diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-06-24 15:46:40 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-06-24 15:46:40 +0000 |
commit | 38a44b824c7566670d69f5e214106e1866ce72fe (patch) | |
tree | 8938dc96d0dae69214f68d7f8ce3fd0b5ef95b7d /pod/perlunicode.pod | |
parent | cb23d5b19261a41b403a114d55551ddac48af175 (diff) | |
download | perl-38a44b824c7566670d69f5e214106e1866ce72fe.tar.gz |
s/\bunicode\b/Unicode/; # For everything not dual life
p4raw-id: //depot/perl@31455
Diffstat (limited to 'pod/perlunicode.pod')
-rw-r--r-- | pod/perlunicode.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index c913047099..a6f748ec6c 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -53,7 +53,7 @@ ISO 8859-1 or other eight-bit encodings.) =item C<use encoding> needed to upgrade non-Latin-1 byte strings -By default, there is a fundamental asymmetry in Perl's unicode model: +By default, there is a fundamental asymmetry in Perl's Unicode model: implicit upgrading from byte strings to Unicode strings assumes that they were encoded in I<ISO 8859-1 (Latin-1)>, but Unicode strings are downgraded with UTF-8 encoding. This happens because the first 256 |