July 15, 2007
9:07 p.m.
Sidnei da Silva wrote:
On 7/13/07, Stefan Behnel <stefan_ml@behnel.de> wrote:
Thanks, the attached patch should work around it.
Nope, still fails the same way.
Ok, I read in the libxml2 sources a bit more and found that I was actually using iconv alias names for the UTF16 encodings, "UTF16LE" instead of "UTF-16LE". It looks like libxml2 only understands the latter natively, so I switched to using it instead. Could you test the attached patch? Thanks, Stefan