Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    $uri = decode_utf8($uri);
    $uri = encode("iso-8859-1", $uri);
    print $uri;