Home
Perl
Array
CGI
Class
Data Type
Database
File
GUI
Hash
Language Basics
Network
Regular Expression
Report
Statement
String
Subroutine
System Functions
Win32
XML
Menu
utf8 encoding : Unicode « String « Perl
Perl
String
Unicode
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