summaryrefslogtreecommitdiff
path: root/pod/perlunicode.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-05-04 15:28:56 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-04 15:28:56 +0000
commit339cfa0e328689a99caa7bed5791824eb48a94c7 (patch)
treecb36d7634f0af950222fcd2e7f2e5c95e3d12b64 /pod/perlunicode.pod
parenta191c821ef5f6d1fcb9b97c99dbf2c83418cd3ae (diff)
downloadperl-339cfa0e328689a99caa7bed5791824eb48a94c7.tar.gz
Doc tweak from Elizabeth Mattijsen.
p4raw-id: //depot/perl@16388
Diffstat (limited to 'pod/perlunicode.pod')
-rw-r--r--pod/perlunicode.pod5
1 files changed, 3 insertions, 2 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod
index 12296c019a..d2c48e26b5 100644
--- a/pod/perlunicode.pod
+++ b/pod/perlunicode.pod
@@ -916,8 +916,9 @@ needed. The BOM signatures will be 0x00 0x00 0xFE 0xFF for BE and
UCS-2, UCS-4
Encodings defined by the ISO 10646 standard. UCS-2 is a 16-bit
-encoding, UCS-4 is a 32-bit encoding. Unlike UTF-16, UCS-2
-is not extensible beyond 0xFFFF, because it does not use surrogates.
+encoding. Unlike UTF-16, UCS-2 is not extensible beyond 0xFFFF,
+because it does not use surrogates. UCS-4 is a 32-bit encoding,
+functionally identical to UTF-32.
=item *