Japanese Character Problem

I have an application in Japanese. My phpMyadmin shows db character perfectly fine. But when my application fetch that data and show it on screen it shows like ??? instead of original character.

Any help appreciated !!! [:)]

Prateek

Try to use utf8_encode() / utf8_decode() functions, and also use html meta Content-type: utf-8 on the html page generated by your script. Though I have never worked with Japanese characters.

Sponsor our Newsletter | Privacy Policy | Terms of Service