Help for this page

Select Code to Download


  1. or download this
    use Encode;
    use encoding 'utf8';
    ...
    my $probe1=encode("utf8","\x{010C}"); # works
    my $probe2=encode("utf8","$test"); # does not work?