diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-27 02:20:06 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-27 02:20:06 +0000 |
commit | e6abe6d8247cf3e8d3e08a706b164c5f207b68b6 (patch) | |
tree | 988d6298b0cc73076787c228019ce79e2ece8767 /embed.pl | |
parent | b5807cdb4dcca15943f9a9e9da29b721ee5fec38 (diff) | |
download | perl-e6abe6d8247cf3e8d3e08a706b164c5f207b68b6.tar.gz |
Dump SvUTF8(sv)s also as \x{...}.
TODO: dump the SvUTF8() hash keys similarly.
p4raw-id: //depot/perl@12243
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1898,8 +1898,9 @@ Apd |void |sv_setpvn_mg |SV *sv|const char *ptr|STRLEN len Apd |void |sv_setsv_mg |SV *dstr|SV *sstr Apd |void |sv_usepvn_mg |SV *sv|char *ptr|STRLEN len Ap |MGVTBL*|get_vtbl |int vtbl_id -p |char* |pv_display |SV *sv|char *pv|STRLEN cur|STRLEN len \ +p |char* |pv_display |SV *dsv|char *pv|STRLEN cur|STRLEN len \ |STRLEN pvlim +p |char* |sv_uni_display |SV *dsv|SV *ssv|STRLEN pvlim Afp |void |dump_indent |I32 level|PerlIO *file|const char* pat|... Ap |void |dump_vindent |I32 level|PerlIO *file|const char* pat \ |va_list *args |