• I just installed NextGEN Gallery 0.7.4 on the latest stable release of wordpress, and have installed Chinese language file properly (the menues etc. show Chinese properly).

    However anything related to naming albums, galleries, image files, image descriptions, etc., the input Chinese turns out to be “?”s.

    Please solve this annoying problem, thank.

Viewing 3 replies - 1 through 3 (of 3 total)
  • add this to header:

    <?php

    header(“Content-Type: text/html; charset=utf-8”);
    mysql_query(“SET NAMES UTF8”);
    ?>

    and make sure your Mysql encoding is UTF8 aswell.

    Thread Starter woozyking

    (@woozyking)

    Which file(s) should I add these lines?

    Thread Starter woozyking

    (@woozyking)

    Never mind, the data tables have some wrong collations, that you should manually change to utf-8.

    The author promised to change it soon.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Chinese Characters Wouldn’t Show’ is closed to new replies.