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?
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?
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).
Bookmarks