Help for this page

Select Code to Download


  1. or download this
    NAME
           Unicode::Map V0.112 - maps charsets from and to utf16 uni­
    ...
    
           $locale = $Map -> from_unicode ($utf16);
             => $locale == "Hello world!"
    
  2. or download this
    use strict;
    
    ...
    while (<>) {
      print $Map->from_unicode($_);
    }