diff options
author | Larry Wall <larry@wall.org> | 1998-07-24 05:44:33 +0000 |
---|---|---|
committer | Larry Wall <larry@wall.org> | 1998-07-24 05:44:33 +0000 |
commit | a0ed51b321531af4b47cce24205ab9656f043f0f (patch) | |
tree | 610356407b37a4041ea8bcaf44571579b2da5613 /global.sym | |
parent | 9332a1c1d80ded85a2b1f32b1c8968a35e3b0fbb (diff) | |
download | perl-a0ed51b321531af4b47cce24205ab9656f043f0f.tar.gz |
Here are the long-expected Unicode/UTF-8 modifications.
p4raw-id: //depot/utfperl@1651
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/global.sym b/global.sym index 9a9ada6e7a..ac13e65c06 100644 --- a/global.sym +++ b/global.sym @@ -362,6 +362,31 @@ instr intro_my intuit_more invert +is_uni_alnum +is_uni_alnum_lc +is_uni_alpha +is_uni_alpha_lc +is_uni_digit +is_uni_digit_lc +is_uni_idfirst +is_uni_idfirst_lc +is_uni_lower +is_uni_lower_lc +is_uni_print +is_uni_print_lc +is_uni_space +is_uni_space_lc +is_uni_upper +is_uni_upper_lc +is_utf8_alnum +is_utf8_alpha +is_utf8_digit +is_utf8_idfirst +is_utf8_lower +is_utf8_mark +is_utf8_print +is_utf8_space +is_utf8_upper jmaybe keyword leave_scope @@ -1006,6 +1031,7 @@ sv_isa sv_isobject sv_iv sv_len +sv_len_utf8 sv_magic sv_mortalcopy sv_newmortal @@ -1052,15 +1078,32 @@ sv_usepvn_mg sv_uv sv_vcatpvfn sv_vsetpvfn +swash_fetch +swash_init taint_env taint_proper +to_uni_lower +to_uni_lower_lc +to_uni_title +to_uni_title_lc +to_uni_upper +to_uni_upper_lc +to_utf8_lower +to_utf8_title +to_utf8_upper too_few_arguments too_many_arguments unlnk unlock_condpair unshare_hek unsharepvn +utf16_to_utf8 +utf16_to_utf8_reversed +utf8_distance +utf8_hop +utf8_to_uv utilize +uv_to_utf8 wait4pid warn watch |