RE: [Perl-unix-users] XML::LibXML and UTF8 after perl upgrade

2005-04-20 Thread Martin Moss
I have no control over the documents we're receiving... I wanted to do something at this level:- my $libxml = XML::LibXML->new(); $libxml->encoding('ISO-8859-1'); Marty --- "Thomas, Mark - BLS CTR" <[EMAIL PROTECTED]> wrote: > > We use XML::LibXML in our code, which is in turn > used to >

RE: [Perl-unix-users] XML::LibXML and UTF8 after perl upgrade

2005-04-20 Thread Thomas, Mark - BLS CTR
> We use XML::LibXML in our code, which is in turn used to > parse the sent and received XML between our backend and front > end webservers... > > Since we upgraded to perl 5.8.5 from 5.6.1 all our processes > which read the XML and then input that data into ORACLE fail > because the characte

RE: [Perl-unix-users] XML::LibXML and UTF8 after perl upgrade

2005-04-20 Thread Matt Schneider
Just a stab in the dark but I have not like the way modules have worked before so I have gone into the installed module in /usr/lib/... and changed it there. You might see if that is feasible for your problem or there may be a way in the module already to set the output type. Matt Schneider