Integrate perlio:
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 28 Mar 2001 15:47:43 +0000 (15:47 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 28 Mar 2001 15:47:43 +0000 (15:47 +0000)
commitffbc6a930f7d2050ba54ac6bb9f15db93c1fab59
tree7e81ef584643250fd840d7fda63c1eb7f7a6ddb6
parented4a5f9986e389ab30cb5ae84d8409ef8d4dcaec
Integrate perlio:

[  9400]
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-link: @9400 on //depot/perlio: daf0f78e031c718c75590ef9ef573756f805776e

p4raw-id: //depot/perl@9407
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