Various EBCDIC fixes:
authorNick Ing-Simmons <nik@tiuk.ti.com>
Tue, 27 Mar 2001 19:38:50 +0000 (19:38 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Tue, 27 Mar 2001 19:38:50 +0000 (19:38 +0000)
commit5ad8ef521b3ffc4e6bbbb9941bc4940d442b56b2
tree41c823d39662a2d89f77c1fbfa9e0ce5dff5ffab
parent423473382362f0c78b47eff19336aafe6728495e
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-id: //depot/perlio@9384
doop.c
ext/Encode/Encode.pm
ext/MIME/Base64/Base64.xs
t/lib/encode.t
t/lib/mimeb64.t
utf8.c