teeemcee 2010-08-23 04:58:44 -0700 (Mon, 23 Aug 2010) 601 xml2reload: Specifying iso-8859-1 encoding isn't enough, you have to translate the UTF8 that libxml2 gives you back into it. Amusingly the procedure is nearly identical to decoding a Base64 string.
And it turns out that the build of libxml2 that Mike provided is missing the crucial function for this, UTF8Toisolat1. I couldn't easily find a larger build and get everything to link. I'm horribly pissed off at this XML stuff I volunteered for, so I just copied the function from the libxml2 source and stuck it in yet another C file. It can be deleted if someone has the patience to rebuild libxml2.a --- U wip/makereload.bat U wip/win32/Makefile A wip/win32/utf8toisolat1.c A wip/win32/utf8toisolat1.o U wip/xml2reload.bas _______________________________________________ Ohrrpgce mailing list [email protected] http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org
