Integrate perlio:
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 27 Mar 2001 20:24:31 +0000 (20:24 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 27 Mar 2001 20:24:31 +0000 (20:24 +0000)
commit7d85a32c7dc09903975590ebedb298bcbd436874
treeeb8b461ed09d1aa3c50f0a74a94105d9fcfcc833
parent3d5d53b8d98b0d07bb5d52680efed0e988a1fe89
Integrate perlio:

[  9384]
Various EBCDIC fixes:
- major revelation that swash code is encoding aware,
(or thought it was) - now it is ;-)
- With that out of the way fix a slab of tr/// cases.
- Fix Encode 'Unicode' to be true Unicode so tests pass.
- As anticipated Base64.xs needed tweaks.
- Until tr/// works right avoid old_encode64 in MIME tests.

p4raw-link: @9384 on //depot/perlio: 5ad8ef521b3ffc4e6bbbb9941bc4940d442b56b2

p4raw-id: //depot/perl@9389
doop.c
ext/Encode/Encode.pm
ext/MIME/Base64/Base64.xs
ext/MIME/Base64/QuotedPrint.pm
t/lib/encode.t
t/lib/mimeb64.t
utf8.c