diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-19 07:51:39 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-19 07:51:39 +0000 |
commit | 560a288e13336a11c08649232e4f81decff70a5d (patch) | |
tree | be4aa56ad6e5af2d78e1a0b9e76c4c6423c47874 /global.sym | |
parent | 8d2a6795a8433e9623ccf677a19bf470170549e9 (diff) | |
download | perl-560a288e13336a11c08649232e4f81decff70a5d.tar.gz |
make comparisons promote to utf8 as necessary (from Gisle Aas)
p4raw-id: //depot/perl@5138
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/global.sym b/global.sym index 1451d85db8..fee76148b9 100644 --- a/global.sym +++ b/global.sym @@ -499,6 +499,10 @@ Perl_sv_2pvbyte_nolen Perl_sv_pv Perl_sv_pvutf8 Perl_sv_pvbyte +Perl_sv_utf8_upgrade +Perl_sv_utf8_downgrade +Perl_sv_utf8_encode +Perl_sv_utf8_decode Perl_sv_force_normal Perl_tmps_grow Perl_sv_rvweaken |