diff options
author | Inaba Hiroto <inaba@st.rim.or.jp> | 2000-12-10 03:02:00 +0900 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-09 21:51:16 +0000 |
commit | c3654f1afb5dff5b62753314bd22e2270ff9f009 (patch) | |
tree | ee63ce0958fe7b4c7ab15fab34fa806e3714c2c7 /embed.pl | |
parent | cb3e09590bdc6f7bb084eeb2305484eacc1a5cff (diff) | |
download | perl-c3654f1afb5dff5b62753314bd22e2270ff9f009.tar.gz |
Additional patch for UTF8-keys (Re: perl@8016)
Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
exists() didn't work for UTF-8 keys, and neither did shared hash keys.
p4raw-id: //depot/perl@8056
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1801,7 +1801,7 @@ Apd |SV* |newSVuv |UV u Apd |SV* |newSVnv |NV n Apd |SV* |newSVpv |const char* s|STRLEN len Apd |SV* |newSVpvn |const char* s|STRLEN len -Apd |SV* |newSVpvn_share |const char* s|STRLEN len|U32 hash +Apd |SV* |newSVpvn_share |const char* s|I32 len|U32 hash Afpd |SV* |newSVpvf |const char* pat|... Ap |SV* |vnewSVpvf |const char* pat|va_list* args Apd |SV* |newSVrv |SV* rv|const char* classname |