Jump to content

Japanese Kanji in forms and passing via POST


cesarcesar

Recommended Posts

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.

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...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.