This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a191c82
)
Doc tweak from Elizabeth Mattijsen.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Sat, 4 May 2002 15:28:56 +0000
(15:28 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sat, 4 May 2002 15:28:56 +0000
(15:28 +0000)
p4raw-id: //depot/perl@16388
pod/perlunicode.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlunicode.pod
b/pod/perlunicode.pod
index
12296c0
..
d2c48e2
100644
(file)
--- 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 *