On Tue, Sep 27, 2005 at 11:06:35AM -0400, Daniel Veillard wrote: > On Tue, Sep 27, 2005 at 04:57:44PM +0200, [EMAIL PROTECTED] wrote: > > Hi Daniel, > > > > attached is a little C program, which is, what my application does. It runs > > well on my Debian box and fails on the Fedora machine. > > > > I compiled the code with: > > # gcc -I/usr/include/libxml2 -lxml2 -o xmltest xmltest.c > > > > On Fedora, the little program exits with the message: > > bad encoding result: 0 > Update your libxml2 version on your fedora machine, I assume it's > behind and you're hitting a bug which was fixed in 2.6.16. > 2.6.16 release notes says: > "encoding conversion functions return values"
Associated bug: http://bugzilla.gnome.org/show_bug.cgi?id=153937 Daniel -- Daniel Veillard | Red Hat Desktop team http://redhat.com/ [EMAIL PROTECTED] | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/ _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
