Re: [xml-dev] Unicode problems with XML and HTML files
Petr Kuzel <[email protected]> Thu, 26 Dec 2002 22:29:25 +0100
| Newsgroups | gmane.comp.java.netbeans.modules.xml.devel |
|---|---|
| Organization | CollabNet Hosting |
| Message-ID | <[email protected]> |
Adrian Herscu wrote: > Hi all, > > Using NetBeans 3.4: > > 1) Saving XML documents: > Why XML documents encoded as UTF-8 are saved as ANSI encoded? They should not be. Can you reproduce it? What about characters that do not have proper representation in ASCII? What about other encodings? What's your JDK? ..... > 2) Loading HTML documents: > Why HTML documents encoded as UTF-16 cannot be properly loaded? I guess that HTML module does not support it. It's way harder to properly detect and handle encodings for HTML than for XML. Cc.