Question
Mysql and utf8
In my mysql table I have utf8_unicode_ci as collation. In the
php-file I
use "<meta http-equiv="Content-Type" content="text/html; charset=utf-8"
/>". And I've added an AddCharset utf-8 for Apache.
Nevertheless, I have to use htmlentities to display the results of a
query, otherwise I get K?ln instead of Köln. Any idea?
Martin Lang
use "<meta http-equiv="Content-Type" content="text/html; charset=utf-8"
/>". And I've added an AddCharset utf-8 for Apache.
Nevertheless, I have to use htmlentities to display the results of a
query, otherwise I get K?ln instead of Köln. Any idea?
Martin Lang