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!
(14)
]
