Help for this page

Select Code to Download


  1. or download this
    use utf8;                            # Treat the source code as UTF-8
    
    ...
    
    utf8::decode(my $text = $encoded_text)  # Treat a string as UTF-8
       or die;
    
  2. or download this
    utf8::upgrade($s);   # Use UNICODE semantics