Azi… am facut update la “framework”ul de wordpress… la 2.7… desigur am facuto cu fantastico… care…
Deci… si din nou acceasi problemă pe care o avuseserăm mai înainte… diacritice…si alte caractere exotice… Din teama ca să nu dispară cumva articolul despre cum se rezolvă problema… cred ca îl copii aici de tot…
If you are on a windows server you will need to change your
wp-config.php file as follows.
define(’DB_CHARSET’, ‘utf8′);
to
define(’DB_CHARSET’, ‘windows-1251′);
or
define(’DB_CHARSET’, ‘windows1251′);
If you are on a linux server, such as I, you will need to
change your wp-config.php file as follows.
define(’DB_CHARSET’, ‘utf8′);
define(’DB_COLLATE’, ”);
to
//define(’DB_CHARSET’, ‘utf8′);
//define(’DB_COLLATE’, ”);
și desigur un link către articolul original
Articole asemanatoare:
I had also problems with cyrillic letters – and also special Romanian letters like ă. But the changes in wordpress you wrote, didn’t work in my wordpress. Now I’ve changed the “kollation” in the WordPress-Database to utf8_general_ci. Now all the different letters work well. I have described what to do in my blog, after I searched for a long time for the right solution: http://www.andersreisen.net/2010/02/17/probleme-mit-kyrillischer-schrift-in-wordpress/
You can translate it with a internet-translator very easily to different languages.