Help for this page

Select Code to Download


  1. or download this
    use URI::Escape;
    
    my $uri = '%C3%A9nfasis';
    my $octets = uri_unescape($uri);
    
  2. or download this
    my $s = decode_utf8($octets);
    
  3. or download this
    my text = encode("iso-8859-1", $s);