binmode STDOUT,":utf8"; : Unicode « String « Perl






binmode STDOUT,":utf8";

   

#!/usr/bin/perl
use strict;
use warnings;
binmode STDOUT,":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.utf8 encoding
6.A stringful of 16-bit characters