diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-09 01:48:17 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-09 01:48:17 +0000 |
commit | a2a2844f59a5c91f404052ef98a588c171fc29f8 (patch) | |
tree | 8b092ed3c5e9c339489f3bf17095bf3c1ac94443 /global.sym | |
parent | c212f17ff77261a4792bfbd46a1471e8c17417e0 (diff) | |
download | perl-a2a2844f59a5c91f404052ef98a588c171fc29f8.tar.gz |
Make the toupper/lower/title API for Unicode not right
but at least less wrong: prepare for the mapping being
more than just one-character-to-one-character.
p4raw-id: //depot/perl@12371
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/global.sym b/global.sym index 28d86a5472..b5c912b36f 100644 --- a/global.sym +++ b/global.sym @@ -186,9 +186,6 @@ Perl_is_uni_lower_lc Perl_is_uni_print_lc Perl_is_uni_punct_lc Perl_is_uni_xdigit_lc -Perl_to_uni_upper_lc -Perl_to_uni_title_lc -Perl_to_uni_lower_lc Perl_is_utf8_char Perl_is_utf8_string Perl_is_utf8_alnum |