XML-Simple - Non UTF8 decoding XML

Posted on Wed May 17 13:57:07 2006 by xdim
Non UTF8 decoding XML
Hello!

Please, help me: is it possible to store tree created by XML::Simple not to UTF8 but to my national code page.

XML has correct header <?xml version='1.0' encoding='Windows-1251' standalone='yes'?>

it's correctly parsed by XML::Simple, but all data become in UTF8.

Is there any way to store it in original format, and not to decode it again to win1251 (for example)?

Thank you!
Direct Responses: 2320 | Write a response