WordPress.org

Forums

[resolved] Japanese displaying as question marks (9 posts)

  1. Claine
    Member
    Posted 3 years ago #

    Hello,

    I've just started a new blog about my year teaching in Japan. However, I've hit a bit of a snag.

    http://kureaa.com/?page_id=2

    I've discovered that typing in Japanese displays as question marks. I've looked through the support documents, and the only thing I can find is old documentation about changing your blog to UTF-8. I checked, and my blog already is UTF-8.

    Is anybody able to help me?

  2. kz
    Member
    Posted 3 years ago #

    Add Japanese fonts to font-family in style.css:

    body{
    font-family:"ヒラギノ角ゴ Pro W3","MS Pゴシック",Verdana,Helvetica,Arial,Geneva,sans-serif;
    }
  3. Claine
    Member
    Posted 3 years ago #

    I don't think it worked. It changed the appearance of the font on my website. I retyped the Japanese and saved, and it's still question marks.

  4. kurosquare
    Member
    Posted 3 years ago #

    Have you installed any Japanese font on your machine?
    And check whether your browser supports it.

  5. Claine
    Member
    Posted 3 years ago #

    Yes, I can both type and view Japanese.

    クレアー

  6. Claine
    Member
    Posted 3 years ago #

    Yeah I can see that fine.

  7. kz
    Member
    Posted 3 years ago #

    please share your solution.

  8. Claine
    Member
    Posted 3 years ago #

    I can't remember where I found it now, but I had to remove these lines from the config file.

    /** 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 problem was due to Fantastico.

  9. graemethom
    Member
    Posted 2 years ago #

    Hi there,

    I just posted in a different thread on a similar problem which I was able to resolve without too much hassle.

    http://wordpress.org/support/topic/confirmation-on-japanese-fonts-issue?replies=7

    Kind regards,
    Graeme Thom

Topic Closed

This topic has been closed to new replies.

About this Topic