I was wondering if anyone would be willing to post up some information on the process of allowing the php to display japanese characters. I'm in the process of using the DB to suppliment my recruiting business. I like it and have been able to change a number of items to Japanese already. My main problem is that when I fill out a form in Japanese the written material isn't interpreted properly and it's displayed as garbage. The problems seems to be how the form submit the data to the database because if I directly input the information into the database they information is displayed correctly. Any tips on where to start with fixing this would be really appreciated.
My version has name already changed into var_name. In addition, when I go to the russian site and try to input japanese characters into the form there is also an error. I can input positions within PHPAdmin and they will display out fine. The problem seems to be when I input the characters into the form. The form seems to have a problem keeping the Japanese because I can not even view the information in the preview page. I wonder what it could be? Any help would be really appreciated. In the meantime, I'm going to try to play around with PHPAdmin.
I find it interesting that once the data is on the mysql DB, the browser has no problem displaying the information. The problem seems like it has to do with the actual submission. Also, does