summaryrefslogtreecommitdiff
path: root/pod/perlunicode.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-09-15 17:15:40 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-09-15 17:15:40 +0000
commitac1256e84658383144a004125119e392696fbe36 (patch)
tree3a6092a4d6ff2b0f4752697c7a68c9cfde8da1dd /pod/perlunicode.pod
parent776f8809bbc48a9d2c3912352f517ede1485f2f7 (diff)
downloadperl-ac1256e84658383144a004125119e392696fbe36.tar.gz
Document that the lc(), uc(), lcfirst(), ucfirst()
are not yet complete. p4raw-id: //depot/perl@12030
Diffstat (limited to 'pod/perlunicode.pod')
-rw-r--r--pod/perlunicode.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod
index ba73eb37c1..8e12b6dc20 100644
--- a/pod/perlunicode.pod
+++ b/pod/perlunicode.pod
@@ -474,6 +474,13 @@ 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.
+
+=item *
+
And finally, C<scalar reverse()> reverses by character rather than by byte.
=back