Hi. Can u help me with my bag
I load xml file (I have included it) and use XML::Simple to parse
data. I try to convert cirillic values whith from_to() function, but
programe terminates without errors at this point.
On WinXP. But it works on Linux!
for example:
Encode::from_to($result_ref->{$_}->{country}, "utf-8", "windows-1251");
#terminate program
# $result_ref->{$_}->{country} contains "Украина"
functions encode(), decode() terminate program also with different
"Encodings" (iso, utf and so on).