=head1 NAME
perlunicode - Unicode support in Perl
=head1 DESCRIPTION
=head2 Important Caveats
Unicode support is an extensive requirement. While Perl does not
implement the Unicode standard or the accompanying technical reports
from cover to cover, Perl does support many Unicode features.
People who want to learn to use Unicode in Perl, should probably read
the L and
L, before reading
this reference document.
Also, the use of Unicode may present security issues that aren't obvious.
Read L.
=over 4
=item Safest if you "use feature 'unicode_strings'"
In order to preserve backward compatibility, Perl does not turn
on full internal Unicode support unless the pragma
C