Change 12032 by jhi@alpha on 2001/09/15 18:43:20
Elaborate (well, make more vague, really) #12030.
Affected files ...
... //depot/perl/pod/perltodo.pod#32 edit
... //depot/perl/pod/perlunicode.pod#29 edit
Differences ...
==== //depot/perl/pod/perltodo.pod#32 (text) ====
Index: perl/pod/perltodo.pod
--- perl/pod/perltodo.pod.~1~ Sat Sep 15 13:00:05 2001
+++ perl/pod/perltodo.pod Sat Sep 15 13:00:05 2001
@@ -69,9 +69,10 @@
Case Mappings? http://www.unicode.org/unicode/reports/tr21/
-lc(), uc(), lcfirst(), and ucfirst() work only for simple cases, where
-the mapping goes from a single Unicode character to another single
-Unicode character. See lib/unicore/SpecCase.txt (and CaseFold.txt).
+lc(), uc(), lcfirst(), and ucfirst() work only for some of the
+simplest cases, where the mapping goes from a single Unicode character
+to another single Unicode character. See lib/unicore/SpecCase.txt
+(and CaseFold.txt).
=item *
==== //depot/perl/pod/perlunicode.pod#29 (text) ====
Index: perl/pod/perlunicode.pod
--- perl/pod/perlunicode.pod.~1~ Sat Sep 15 13:00:05 2001
+++ perl/pod/perlunicode.pod Sat Sep 15 13:00:05 2001
@@ -474,10 +474,10 @@
=item *
-lc(), uc(), lcfirst(), and ucfirst() work for simple cases
-where the mapping goes from a single Unicode character to
-another single Unicode character. More complex cases, where
-for example one character maps into several, are not yet implemented.
+lc(), uc(), lcfirst(), and ucfirst() work only for some of the
+simplest cases, where the mapping goes from a single Unicode character
+to another single Unicode character. More complex cases, where for
+example one character maps into several, are not yet implemented.
=item *
End of Patch.