Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 19

6apxatCurtisOdenericgilletteestlf349141590lortabacwhu606 +12 guests

Japanese comes up as ??????

Hi,

Whenever you try to type Japanese or any thing else apart from English on my forum it comes up at ???, If you hit preview, the characters show up with no issues, but after you hit submit they just come up as ???.

I've tried searching the forum to find an answer, but what I found doesn't seem to fix my issue.

My database is set to utf8, the database.php file has database encoding set to utf8 too. I looked at the settings.php file, found it was missing these two lines:

$Configuration['DATABASE_CHARACTER_ENCODING'] = 'utf8';
$Configuration['CHARSET'] = 'utf-8';

But after adding the problem didn't go away.

Any help is appreciated. Thank you!

Comments

  • Posts: 649
    There was someone with the same problem (but with chinese), and I think they said it had to do with their MySQL db settings.
  • Posts: 183
    ok fixed!

    Seems everything was set to utf8 , but the database tables were latin1(missed that the first time checking it all). I did export -> convert to utf8 (notepad++) ,removed DEFAULT CHARSET=latin1 line from the sql file, dropped the tables in phpmyadmin and reimport the changed sql file.

    All working ;)!
This discussion has been closed.