Help for this page

Select Code to Download


  1. or download this
    my $same_with_utf8_on = Encode::decode("utf8", $from_db);
    
  2. or download this
    Encode::_utf8_on($from_db);