budik_je_vypnuty has asked for the wisdom of the Perl Monks concerning the following question:
Dear holy monks !
I'm using XML::Writer with these setting
use utf8; my $wr_xml = new XML::Writer(OUTPUT => $output,UNSAFE => 1,ENCODING => + 'utf-8');
Everything works fine, except
\ttabulator. The output seems like this
type="const char 		* const"
Using Perl v5.8.8
Thank you
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: XML::Writer "wrong" utf8 output
by tobyink (Canon) on Mar 08, 2013 at 10:11 UTC | |
by ikegami (Patriarch) on Mar 09, 2013 at 18:48 UTC |