diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-30 00:41:52 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-30 00:41:52 +0000 |
commit | fc77cbd6c0eaede05389c8646c18a8ec5adb0721 (patch) | |
tree | 1e538dc7ded870d70294be370bbd950cfac4df03 /utf8.c | |
parent | b0bf7e4c4ee19c3eb993d0406d9054cef258e1b0 (diff) | |
download | perl-fc77cbd6c0eaede05389c8646c18a8ec5adb0721.tar.gz |
EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
p4raw-id: //depot/perl@14494
Diffstat (limited to 'utf8.c')
-rw-r--r-- | utf8.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1330,6 +1330,7 @@ Perl_to_utf8_case(pTHX_ U8 *p, U8* ustrp, STRLEN *lenp, SV **swashp,char *normal #endif return utf8_to_uvchr(ustrp, 0); } + uv = NATIVE_TO_UNI(uv); } if (lenp) *lenp = UNISKIP(uv); |