utf8 encoding : Unicode « String « Perl






utf8 encoding

   

#!/usr/bin/perl


use encoding 'utf8';

print "\x{470} is a Cyrillic capital Psi\n";

   
    
    
  








Related examples in the same category

1.Output string as UCS2
2.Output string as utf8
3.utf8 Composite Character Classes
4.utf8 encode
5.binmode STDOUT,":utf8";
6.A stringful of 16-bit characters