Hello.
When using a content-type of text/html charset=UTF-8 (Unicode) Netscape
handles the Unicode html very well.
My problem starts when I'm using document.open(), document.write(..) and
document.close() on a layer to change it's content, then Netscape appears to
change the entire document charset back to ISO-8859-1 (default?) - resulting
in corrupted text (really looks bad, especially when switching to another
window and coming back to Netscape).
I will summarize and say that Netscape seems to switch the page charset
whenever JavaScript opens a document in the page (to be more specific the
actual action that will result in this problem will be
document.layer.document.open(); and .close(); without a document.write)
I'm using Netscape 4.7 under Windows 2000, and I tried to define the charset
through the HTTP header and HTTP-EQUIV.
Can someone please tell me if this is a bug? is there a solution? can I
change the charset of a rendered document using JavaScript?
Thanks in advance,
Eran Meuhas
[EMAIL PROTECTED]