Change 16388 by jhi@alpha on 2002/05/04 15:28:56
Doc tweak from Elizabeth Mattijsen.
Affected files ...
.... //depot/perl/pod/perlunicode.pod#102 edit
Differences ...
==== //depot/perl/pod/perlunicode.pod#102 (text) ====
Index: perl/pod/perlunicode.pod
--- perl/pod/perlunicode.pod.~1~ Sat May 4 09:45:05 2002
+++ perl/pod/perlunicode.pod Sat May 4 09:45:05 2002
@@ -916,8 +916,9 @@
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 *
End of Patch.