I am using php.mysql to store information that is entered via a form. Now the issue is that the submissions would be in multiple languages.
I know with mysql you have to set up multibyte character support. However I have noticed the version of PHPMyAdmin the server is using lets you specify the language it displays in
eg - if stuff is entered in japanese, using the default view on phpmyadmin the text is pure crap, but if i change it to the relevant language it looks ok.
My question is - how do i output this information in the correct language via my web page>
DO I use unicode in the html page, or must I specify the language when setting up the database connections via php?
Does anyone know what I am talking about, or even understand my problem
Replies appreciated