From: Jarkko Hietaniemi Date: Sat, 15 Sep 2001 18:43:20 +0000 (+0000) Subject: Elaborate (well, make more vague, really) #12030. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6f16a2925ba2d4bd6be3fd2cf8f1616d2c88f4bb;p=p5sagit%2Fp5-mst-13.2.git Elaborate (well, make more vague, really) #12030. p4raw-id: //depot/perl@12032 --- diff --git a/pod/perltodo.pod b/pod/perltodo.pod index d6cd14b..b4d2a82 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -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 * diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index 8e12b6d..3f2e7f8 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -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 *