XML-Simple - Re: Non UTF8 decoding XML

Posted on Wed Oct 24 17:17:16 2007 by lschult2 in response to 6319 (See the whole thread of 7)
Re: Non UTF8 decoding XML
I think what I will do is take the output of XMLout and convert all the Unicode to latin1 using Unicode::String::latin1(). Then I won't need to change any other code in my application. I'll look at XML::Simple's escape_value method as an alternative. I apologize for my silly assertion. I did not mean to offend. You have been very helpful, thank you.
Write a response