Skip Menu |

This queue is for tickets about the XML-LibXML CPAN distribution.

Report information
The Basics
Id: 4981
Status: resolved
Priority: 0/
Queue: XML-LibXML

People
Owner: Nobody in particular
Requestors: william.geldhof [...] nss.be
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: (no value)
Fixed in: (no value)



Subject: libxml 1.5x
my $parser = XML::LibXML->new(); my $doc = $parser->parse_string($$p_xml); return $doc; this code works well with solaris 8, libxml 2.5.6, perl code 5.6.1 and XML-LIBXML 1.54 and for ascii values whatever. this code does not work with solaris 9, libxml 2.5.6, perl code 5.8.0 and XML-LIBXML 1.5X and for parsing characters of ascii value > 128. output $doc is scrambled after doing the $parser command. i mean, if i do a print of $doc i get no utf8.