in reply to
Re: XML::Writer "wrong" utf8 output
in thread
XML::Writer "wrong" utf8 output
Actually, no they're not. A literal tab is
considered
whitespace in attribute values, whereas
	
refers to a tab. So if you want to include a tab in the attribute, you *have* to use
	
.
Comment on
Re^2: XML::Writer "wrong" utf8 output
Select
or
Download
Code
In Section
Seekers of Perl Wisdom