Help for this page

Select Code to Download


  1. or download this
    sub decode_utf8_latin1 {
        my ($encoded) = @_;
    ...
        }
        return $decoded;
    }