summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-02-19 07:51:39 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-02-19 07:51:39 +0000
commit560a288e13336a11c08649232e4f81decff70a5d (patch)
treebe4aa56ad6e5af2d78e1a0b9e76c4c6423c47874 /embed.pl
parent8d2a6795a8433e9623ccf677a19bf470170549e9 (diff)
downloadperl-560a288e13336a11c08649232e4f81decff70a5d.tar.gz
make comparisons promote to utf8 as necessary (from Gisle Aas)
p4raw-id: //depot/perl@5138
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/embed.pl b/embed.pl
index 952e673529..3366a24b81 100755
--- a/embed.pl
+++ b/embed.pl
@@ -2108,6 +2108,10 @@ Ap |char* |sv_2pvbyte_nolen|SV* sv
Ap |char* |sv_pv |SV *sv
Ap |char* |sv_pvutf8 |SV *sv
Ap |char* |sv_pvbyte |SV *sv
+Ap |void |sv_utf8_upgrade|SV *sv
+Ap |bool |sv_utf8_downgrade|SV *sv|bool fail_ok
+Ap |void |sv_utf8_encode |SV *sv
+Ap |bool |sv_utf8_decode |SV *sv
Ap |void |sv_force_normal|SV *sv
Ap |void |tmps_grow |I32 n
Ap |SV* |sv_rvweaken |SV *sv