Help for this page
$ENV{NLS_LANG} = "AMERICAN_AMERICA.UTF8";
use Unicode::MapUTF8 qw(to_utf8 from_utf8); ... ... $str = from_utf8({-string => $str_retrieved, -charset => 'ISO-8859-1' +}); # TODO: now check the value of $str