Closed GoogleCodeExporter closed 8 years ago
Unfortunately, the current encoding auto-detection can't recognize latin1
inputs, so it assumes UTF-8. The likely cause is that the encoding is detected
as UTF-8, the umlaut sequences are invalid UTF-8 so they get discarded on UTF-8
-> latin1 conversion that happens on save.
Can you check if explicitly specifying latin1 encoding during loading fixes the
issue?
Original comment by arseny.k...@gmail.com
on 3 Jan 2013 at 10:54
> Can you check if explicitly specifying latin1 encoding during loading fixes
the issue?
Yes, that did the trick!
Thank you very much!
Original comment by wernero...@googlemail.com
on 4 Jan 2013 at 12:01
Changing type to Enhancement to reflect the fact that Latin1 auto-detection is
not implemented (which is explicitly mentioned in documentation)
Original comment by arseny.k...@gmail.com
on 27 Jan 2014 at 12:50
Original comment by arseny.k...@gmail.com
on 8 Feb 2014 at 11:14
This issue was moved to GitHub: https://github.com/zeux/pugixml/issues/16
Original comment by arseny.k...@gmail.com
on 26 Oct 2014 at 9:08
Original issue reported on code.google.com by
wernero...@googlemail.com
on 3 Jan 2013 at 10:02