XML plugin: Detect encoding
Submitted by Monday, 23 February, 2004 - 12:33
on
When loading an XML document the XML plugin should detect, and switch to, the encoding specified in the XML header. Example: <?xml version="1.0" encoding="utf-8"?> <exampledocument/> My default character-encoding is cp1252. If I were to open the example-document I would risk corrupting the document when saving. Instead I wish that the XML plugin should recognize encoding="utf-8" and automatically switch.