Help for this page

Select Code to Download


  1. or download this
    $ENV{NLS_LANG} = "AMERICAN_AMERICA.UTF8";
    
  2. or download this
    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