Skip Menu |

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

Report information
The Basics
Id: 42220
Status: new
Priority: 0/
Queue: XML-Dumper

People
Owner: Nobody in particular
Requestors: milton [...] valvesoftware.com
Cc:
AdminCc:

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



Subject: Request For Enhancement Binary/UTF-8 Data Support
Date: Wed, 7 Jan 2009 19:08:05 -0800
To: "bug-XML-Dumper [...] rt.cpan.org" <bug-XML-Dumper [...] rt.cpan.org>
From: Milton Ngan <milton [...] valvesoftware.com>
From looking at the code, the xml_escape function in XML::Dumper should be replaced with something more comprehensive, like the HTML::Entities::encode_numeric function. To work around the limitation in xml_escape, I just replaced your code with this call and it works fine, since XML::Parser::Expat handles unescaping the escaped numeric entities just fine.