I am currently working on an Android application which has a web-based management system attached to the content. What I want to do is display content in an Android application, which retrieves the information through JSON from the web. The application needs to support Chinese and English. Later on, I want to make German, French, Dutch and Spanish available.
My problem comes with Chinese. I have a PHP and MySQL admin system that works perfectly in English. Once I add Chinese characters in the system PHPMyAdmin does not show the characters in the same way I put them in. The encoding is wrong. From there on, retrieving everything through JSON in Android also doesn't show the right characters.
Is there anyone here who can point me in the right direction? Everything works except for Chinese. I have no experience with Chinese encoding and searched the internet. I found some things which I tried for MySQL, GB encoding the Chinese items in the database but this doesn't seem to work.