diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-15 18:43:20 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-15 18:43:20 +0000 |
commit | 6f16a2925ba2d4bd6be3fd2cf8f1616d2c88f4bb (patch) | |
tree | 10d3e306be057c52469203d100b7d568d5d5aa35 /pod/perltodo.pod | |
parent | 6d1bf76a2a7ec340a0a264c83b0adae327703f32 (diff) | |
download | perl-6f16a2925ba2d4bd6be3fd2cf8f1616d2c88f4bb.tar.gz |
Elaborate (well, make more vague, really) #12030.
p4raw-id: //depot/perl@12032
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r-- | pod/perltodo.pod | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod index d6cd14b010..b4d2a82b89 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 * |