Csaba Raduly schrieb am 23.05.2012 um 14:34 (+0200):

> xmlModuleOpen and its worker, xmlModulePlatformOpen take a const
> char*, not const xmlChar*. This suggests that the parameter is not
> UTF-8, in which case libxml2 should just use LoadLibraryA. This would
> work as long as the entire path of the library is made of ASCII
> characters.

And that means it would break otherwise. And on all NT systems (as
opposed to 95/98/ME), LoadLibraryA calls LoadLibraryW internally.

Michael
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
xml@gnome.org
https://mail.gnome.org/mailman/listinfo/xml

Reply via email to