Re: Encoding of documents created with createDocument
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
Jonas Sicking wrote: > I think we should at least set the default encoding to UTF-8. Don't > really know enough about the inputEncoding to have an opinion. Well, per spec inputEncoding should be null for documents that don't come from a parser. The utf-8 thing is more regression-prone, I suspect.... but maybe not. -Boris