• 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

Viewing 1 replies (of 1 total)
  • Thread Starter Kekeli

    (@ka2id)

    Also, I sometimes get: и продаже недвижимости
    Поможем сделать правильные инвестиции
    instead of Russian if I have it set as:
    /** 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’, ”);

Viewing 1 replies (of 1 total)

The topic ‘UTF 8 encoding and cyrllic characters’ is closed to new replies.