Help for this page

Select Code to Download


  1. or download this
    my $byte_string = "\x80\x81";
    dump_sv_pvx($byte_string);
    utf8::upgrade($byte_string);
    dump_sv_pvx($byte_string);