This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix 'use encoding' I/O for code points 0x80..0xFF;
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 16 Jan 2003 20:36:23 +0000 (20:36 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 16 Jan 2003 20:36:23 +0000 (20:36 +0000)
commit88632417a970dff8f92718b0800b1aa1400cb4ae
treeea66b4eab7dfc6a1a4ebdd064c01f1f0095bcfe1
parentcaf774a6b47c93401a4581fab332b04b560c89d5
Fix 'use encoding' I/O for code points 0x80..0xFF;
code changes from Inaba Hiroto; test tweaks by jhi.

p4raw-id: //depot/perl@18496
MANIFEST
doio.c
ext/Encode/encoding.pm
ext/Encode/t/enc_eucjp.t [new file with mode: 0644]
ext/Encode/t/enc_utf8.t
pp.c
sv.c
sv.h
t/uni/tr_utf8.t