diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-29 02:04:46 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-29 02:04:46 +0000 |
commit | 3568d8383f3d0b22eb07927391114af2a91b06ed (patch) | |
tree | 66b4d1c9c931970f3de59a7b7191ce5347fa2105 /embed.pl | |
parent | f178ed66457a9ad627c33e14936605600f4c5690 (diff) | |
download | perl-3568d8383f3d0b22eb07927391114af2a91b06ed.tar.gz |
In character classes one couldn't have 0x80..0xff characters
at the left hand side if there were 0x100.. characters in the
character class.
p4raw-id: //depot/perl@9901
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2089,7 +2089,7 @@ Apd |void |sv_vsetpvfn |SV* sv|const char* pat|STRLEN patlen \ Ap |NV |str_to_version |SV *sv Ap |SV* |swash_init |char* pkg|char* name|SV* listsv \ |I32 minbits|I32 none -Ap |UV |swash_fetch |SV *sv|U8 *ptr +Ap |UV |swash_fetch |SV *sv|U8 *ptr|bool do_utf8 Ap |void |taint_env Ap |void |taint_proper |const char* f|const char* s Ap |UV |to_utf8_lower |U8 *p |