Log in

View Full Version : Document Encoding



ahs10
09-28-2007, 06:07 PM
if i was to set an html document encoding to ISO-8859-1 is there a way to have a form within that document set to utf-8?

devaka
10-06-2007, 05:13 PM
no, no way. Encoding of form is encoding of document. But you can try iframe with other encoding or change codeset on your server side (for example, function "iconv" in php).