UTF 8 encoding and cyrllic characters
-
I using the Stella plugin to have Russian on the website http://realestaterebel.ca but I am having some encoding issues.
When I have the encoding as such (charset commented out):
/** Database Charset to use in creating database tables. */
//define(‘DB_CHARSET’, ‘utf8’);/** The Database Collate type. Don’t change this if in doubt. */
//define(‘DB_COLLATE’, ”);…the Russian shows up fine, but the other English posts have � (question marks in black boxes) all over them.
When I don’t comment out the db_charset, all my Russian stuff turn into question marks.
Is there a happy median where I can have both languages show up properly without strange characters everywhere?
Thanks,
K
The topic ‘UTF 8 encoding and cyrllic characters’ is closed to new replies.