Could you help me please?
I have installed here http://codex.wordpress.org/WordPress_in_Your_Language recommended WordPress 2.0.2 cz from http://www.dgx.cz/trine/item/cesky-wordpress-ke-stazeni
At first sight everything is working like a charm - Czech mutation with UTF-8 encoding.
Problem is as declared above: Czech characters are correct in IE or FF, but incorrect in database.
Instead of:
http://www.jakpsatweb.cz/images/kodovani/isoasiso.gif
what can be seen in explorer, Czech characters in database look like this:
http://www.jakpsatweb.cz/images/kodovani/unicodeaswin.gif
I know - I should seek for help on Czech forums. Which I already did - without success.
I suppose it hase to do with PHP 5.1.2.
I did a try with my-hacks.php:
mysql_query('SET character_set_results=UTF8');
mysql_query('SET character_set_connection=UTF8');
mysql_query('SET character_set_client=UTF8');
or
@mysql_query ("SET NAMES utf8");
But this didn't work neither.
Thanks in advance (and sorry for my English)
pe