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
Code: Select all
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">