Forum Moderators: open
Any idea if this is a firefox bug or am I missing something? Everything ok with IE and Opera.
Thanks in advance!
You can also specify the accepted charset for the for with the
accept-charset attribute: <form action="script.cgi" [b]accept-charset="windows-1252,ISO-8859-1"[/b]> If the page is not showing the windows-1252 encoding, then try ISO-8859-1 or even better send the charset as a HTTP header rather than via the meta tag.
(Note: I specified ISO-8859-1 for the form as windows-1252 is not guaranteed to be cross-platform compatible).