special characters after saving draft interpreted as ?
-
I am trying to create posts in hindi language. These characters “UÉeÉMÑüqÉÉU” after saving/publishing are interpreted as “U�e�M��q��U”. Though, the special characters are stored with no change in the mysql database. The � symbol is only during retrieving.
I’m stuck here.I tried commenting these lines in wp-config.php. But none worked.
/** Database Charset to use in creating database tables. */ define('DB_CHARSET', 'UTF-8'); /** The Database Collate type. Don't change this if in doubt. */ define('DB_COLLATE', '');Also, place
mysql_query("SET NAMES utf8");in wpdb class constructor of wp-db.php. Negative, even this didn’t workHow do i overcome this?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘special characters after saving draft interpreted as ?’ is closed to new replies.