diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-05-03 10:12:00 -0600 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-05-03 17:14:06 -0400 |
commit | 36bb2ab64fa2ef022d7870082c0dcc6db902c86e (patch) | |
tree | bfee85e71c3f52ac7076a8148880d5a3a62d693c /global.sym | |
parent | 7bee57f6d73fe07d73dd9b4a538e4ffd60c7eed8 (diff) | |
download | perl-36bb2ab64fa2ef022d7870082c0dcc6db902c86e.tar.gz |
utf8.c: Add _flags version of to_utf8_fold()
And also to_uni_fold().
The flag allows retrieving either simple or full folds.
The interface is subject to change, so these are marked experimental
and their names begin with underscore. The old versions are turned
into macros calling the new versions with the correct extra parameter.
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/global.sym b/global.sym index dde11d4072..89fb825745 100644 --- a/global.sym +++ b/global.sym @@ -21,6 +21,8 @@ Perl__append_range_to_invlist Perl__new_invlist Perl__swash_inversion_hash Perl__swash_to_invlist +Perl__to_uni_fold_flags +Perl__to_utf8_fold_flags Perl_amagic_call Perl_amagic_deref_call Perl_apply_attrs_string @@ -732,7 +734,6 @@ Perl_sys_term Perl_taint_env Perl_taint_proper Perl_tmps_grow -Perl_to_uni_fold Perl_to_uni_lower Perl_to_uni_lower_lc Perl_to_uni_title @@ -740,7 +741,6 @@ Perl_to_uni_title_lc Perl_to_uni_upper Perl_to_uni_upper_lc Perl_to_utf8_case -Perl_to_utf8_fold Perl_to_utf8_lower Perl_to_utf8_title Perl_to_utf8_upper |