diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-31 02:04:22 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-31 02:04:22 +0000 |
commit | 5d170f3a2f1aec382dd58400cc2a2fe1d00859b9 (patch) | |
tree | a30f3c6a83845afc14619ab6316c0560dc613ee5 /embed.pl | |
parent | 9f4817dbf9f375fea5253c12557f39e3774b891c (diff) | |
download | perl-5d170f3a2f1aec382dd58400cc2a2fe1d00859b9.tar.gz |
Make sv_recode_to_utf8() a real API: the encoding
is a parameter, instead of a global. Document the
PERL_ENCODING.
p4raw-id: //depot/perl@12783
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1779,7 +1779,7 @@ Apd |void |sv_pos_b2u |SV* sv|I32* offsetp Amd |char* |sv_pvn_force |SV* sv|STRLEN* lp Apd |char* |sv_pvutf8n_force|SV* sv|STRLEN* lp Apd |char* |sv_pvbyten_force|SV* sv|STRLEN* lp -Apd |void |sv_recode_to_utf8 |SV* +Apd |char* |sv_recode_to_utf8 |SV* sv|SV *encoding Apd |char* |sv_reftype |SV* sv|int ob Apd |void |sv_replace |SV* sv|SV* nsv Apd |void |sv_report_used |