are not yet complete.
p4raw-id: //depot/perl@12030
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).
+
=item *
They have some tricks Perl doesn't yet implement like character
=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