encode from_to error

2009-09-18 Thread Yebba, Nick
Hello, We recently moved some Perl applications onto a new machine and one is dying with an encoding error. These previously worked fine on the older machine with older perl encoding modules. What I am trying to do is query an oracle database and pull the string then encode to the proper enco

Re: encode from_to error

2009-09-18 Thread Juerd Waalboer
Yebba, Nick skribis 2009-09-17 13:14 (-0400): > $sth10=$dbh_pweb->prepare($sql10); It looks like some part of the code is missing; I can't see where $dbh_pweb is created. > Encode::from_to( > $headingsubject, "utf-8",