vote up 0 vote down star

I have a <form> with several text inputs and a textarea. The documents Content-Type header is text/html; charset=ISO-8859-1 and in the <head>-part I have a meta-tag with the same content-type: <meta http-equiv="Content-type" content="text/html;charset=iso-8859-1" />. But when I type some special characters in one of the fields (like äüüß) the whole field is not sent, according to Firebug. What's the reason for that?

flag

55% accept rate
Did some of your formatting get eaten? Did you mean to say "I have a &lt;form&gt; with several..." ? – Daniel Martin Oct 9 at 11:22
yeah that's what i meant – eWolf Oct 9 at 12:28

1 Answer

vote up 1 vote down check

was this included

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

EDIT: try using utf-8 in stead

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.