• Hi. I have a UTF-8 character encoding and when posting to my blog, it is not properly recognized – where is the problem – how can i fix it? I searched arround for awhile, but to no avail – all seems to me that is ok…
    My site: https://www.belivolk.info

    Klemen

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter dvawolk

    (@dvawolk)

    Anyone, any hints?

    Back up your wp-config.php file first!!!

    look for this line.. line 8 maybe
    define('DB_CHARSET', 'utf8');

    1. delete the utf8
    or
    2. add // before that line so it will be like :

    //define('DB_CHARSET', 'utf8');

    Thread Starter dvawolk

    (@dvawolk)

    Hi rize!

    The second one worked:

    //define(‘DB_CHARSET’, ‘utf8’);

    After that ? was displayed correctly in posts, but not in site title… So i needed to rewrite it in settings.
    After that it was all okay!
    Thanks, alot!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘“?” character shown as ?’ is closed to new replies.