diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-07-14 01:33:59 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-07-14 01:33:59 +0000 |
commit | 78ae23f54fc4e301b66d2a32897cb42fa2633fe7 (patch) | |
tree | b9bd015bb6285c390cd910dbc545ec51d10dda05 /global.sym | |
parent | f42afb37e0361ff1bd23d58d09717867356f062c (diff) | |
download | perl-78ae23f54fc4e301b66d2a32897cb42fa2633fe7.tar.gz |
Fix the BOM bug: not a byteorder bug, a signedness bug.
p4raw-id: //depot/cfgperl@6394
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/global.sym b/global.sym index 719e50a2f4..6ee8fc4879 100644 --- a/global.sym +++ b/global.sym @@ -21,6 +21,7 @@ Perl_get_context Perl_set_context Perl_amagic_call Perl_Gv_AMupdate +Perl_apply_attrs_string Perl_avhv_delete_ent Perl_avhv_exists_ent Perl_avhv_fetch_ent @@ -185,6 +186,7 @@ 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 Perl_is_utf8_alnumc Perl_is_utf8_idfirst @@ -460,6 +462,8 @@ Perl_utf16_to_utf8 Perl_utf16_to_utf8_reversed Perl_utf8_distance Perl_utf8_hop +Perl_utf8_to_bytes +Perl_bytes_to_utf8 Perl_utf8_to_uv Perl_uv_to_utf8 Perl_warn @@ -543,3 +547,4 @@ Perl_ptr_table_fetch Perl_ptr_table_store Perl_ptr_table_split Perl_sys_intern_clear +Perl_sys_intern_init |