Elaborate (well, make more vague, really) #12030.
authorJarkko Hietaniemi <jhi@iki.fi>
Sat, 15 Sep 2001 18:43:20 +0000 (18:43 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 15 Sep 2001 18:43:20 +0000 (18:43 +0000)
p4raw-id: //depot/perl@12032

pod/perltodo.pod
pod/perlunicode.pod

index d6cd14b01060c90f35bbe213eebfbeeb8999688e..b4d2a82b8990cab4bd65ac9784192e38171c9fb8 100644 (file)
@@ -69,9 +69,10 @@ B<\b> assertion wants to be overloaded by a function.
 
     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 *
 
index 8e12b6dc202208e1526548c2454ac6791b996b7e..3f2e7f84504f13fc7c8738fec34b56b57cec43e0 100644 (file)
@@ -474,10 +474,10 @@ wide bit complement.
 
 =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 *