Help for this page
use URI::Escape; my $uri = '%C3%A9nfasis'; my $octets = uri_unescape($uri);
my $s = decode_utf8($octets);
my text = encode("iso-8859-1", $s);
0 1 2 3 4 5 6 7
Results (654 votes), past polls