[Perl] Trying to write text to a new unicode file (28)

3 Name: #!/usr/bin/anonymous : 2006-09-19 10:34 ID:MZS1kl67

>>2

No, it's not that simple. The charset header only controls what the page is DISPLAYED as, not what forms are submitted as. The two can be different.

The form charset is set by a <meta> tag in the header:

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

This thread has been closed. You cannot post in this thread any longer.