More EBCDIC tweaks:
authorNick Ing-Simmons <nik@tiuk.ti.com>
Wed, 28 Mar 2001 14:38:24 +0000 (14:38 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Wed, 28 Mar 2001 14:38:24 +0000 (14:38 +0000)
commitdaf0f78e031c718c75590ef9ef573756f805776e
treeef46cd2cf7cc422e43d555f69d103115c21cfce8
parent30ff31546a6570f575cb35e80f834c872c5abdb1
More EBCDIC tweaks:
 - one more swash issue &~(0xA0-1) did not do the right thing,
   for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
 - add "use re 'asciirange'" to make [!-~] etc. work
   use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
 - Choose a key for t/op/each.t test which gets encoded.
 - Skip utf8decode if this is UTF-EBCDIC.

p4raw-id: //depot/perlio@9400
ext/MIME/Base64/QuotedPrint.pm
ext/re/re.pm
perl.h
regcomp.c
t/op/each.t
t/op/pat.t
t/op/regexp.t
t/op/utf8decode.t
utf8.c