[lxml-dev] Test Failures in lxml 1.3.2

Stefan Behnel stefan_ml at behnel.de
Sun Jul 15 23:07:54 CEST 2007


Sidnei da Silva wrote:
> On 7/13/07, Stefan Behnel <stefan_ml at 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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: unicode-detect-name-fix.patch
Type: text/x-diff
Size: 1126 bytes
Desc: not available
Url : http://codespeak.net/pipermail/lxml-dev/attachments/20070715/021acd23/attachment.bin 


More information about the lxml-dev mailing list