Help for this page

Select Code to Download


  1. or download this
    use Encode 'decode';
    my $string= decode 'UTF-8', "\x{c3}\x{a9}";
    ...