Link to home
Start Free TrialLog in
Avatar of khoama
khoama

asked on

Japanese characters problem

I am about to develope a website in Japanese using PHP and mySQL but I have problem displaying Japanese character correctly. The data is retrieved from the database. My site is encoded in JIS-Shift

The question is: which character set should I use to store my data?

Thank you
Avatar of ajd777
ajd777

Your best bet would be UTF-8. for both the site and the database, but no matter what you choose they should be the same. Otherwise it is like trying to translate a German book with a French dictionary.
ASKER CERTIFIED SOLUTION
Avatar of ajd777
ajd777

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial