cesarcesar Posted June 16, 2011 Share Posted June 16, 2011 I hope this question is in the right forum. I figured since the end result is a PHP result it fits here. I have a normal HTML form. In it are text fields. Some of my customers will be filling the form with Kanji and Katakana characters. The form shows as filling fine, but when submitted, the returning POST values are empty. I have checked all over the web and i just cant seem to find anything about what I'm missing. I do have meta tag <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> Any help is much appreciated. Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/239511-japanese-kanji-in-forms-and-passing-via-post/ Share on other sites More sharing options...
sunfighter Posted June 16, 2011 Share Posted June 16, 2011 This question looked familiar so I googled it and found that you have asked this on four forums. I will only answer you here. UTF-8 is good for displaying Katakana, but you have to use Shift JIS work send it in post and then convert it back. http://php.net/manual/en/ref.iconv.php find Shift JIS on the page and try it. I haven't... Quote Link to comment https://forums.phpfreaks.com/topic/239511-japanese-kanji-in-forms-and-passing-via-post/#findComment-1230728 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.