santellij has asked for the wisdom of the Perl Monks concerning the following question:
XML output via 'print': <test><C2><97></test> XML output via XML::Writer: <test><97></test>
# Set the output. if ($params{'OUTPUT'}) {binmode ($params{'OUTPUT'}, ":encoding(utf +-8)"); } &{$self->{'SETOUTPUT'}}($params{'OUTPUT'});
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: problem with XML::Writer, unicode and Perl 5.6.0 upgrade
by graff (Chancellor) on Sep 29, 2004 at 00:18 UTC | |
by santellij (Novice) on Sep 29, 2004 at 02:20 UTC | |
by graff (Chancellor) on Sep 29, 2004 at 03:20 UTC | |
|
Re: problem with XML::Writer, unicode and Perl 5.6.0 upgrade
by bpphillips (Friar) on Sep 28, 2004 at 20:01 UTC | |
by santellij (Novice) on Sep 28, 2004 at 21:40 UTC |