• When i type in the first cyrillic language (Macedonian), it’s not displaying cyrillic, it’s displaying question marks (ex : Дома – ????). It’s set to UTF-8, and i can’t resolve the problem. I installed it with Fantastico DeLuxe, and when i wrote the title of the blog (Дискавери) it was in Cyrillic, but after that when i wrote some posts, it was only question marks. And yeah, when i changed the name into other cyrillic name it was question mark again.

    Let’s make it simple : It’s not displaying cyrillic.

    So if someone has the solution, please tell me how to solve this problem.
    And yeah, i installed WordPress manual also. Same…

Viewing 1 replies (of 1 total)
  • It is very though problem I see.

    I have had the sam eproblem a couple of months ago.

    You just have to change a bit wp_config.php

    – find: /** Database Charset to use in creating database tables. */
    define(‘DB_CHARSET’, ‘utf8’); and change it to:
    /** Database Charset to use in creating database tables. */
    //define(‘DB_CHARSET’, ‘utf8’);
    – then find: define (‘WPLANG’, ”); and change it to:
    define (‘WPLANG’, ‘bg_BG’); for Bulgaria or you have to put correct symbols for any other language you can find it in codex.

Viewing 1 replies (of 1 total)
  • The topic ‘Cyrillic Error in WordPress’ is closed to new replies.