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