Help for this page

Select Code to Download


  1. or download this
    use Unicode::String qw(utf8 utf16 latin1);
    Unicode::String->stringify_as("utf8");
    ...
        
        print utf8($_)->latin1();
    }