This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix definition of toCTRL() for EBCDIC
authorKarl Williamson <khw@cpan.org>
Tue, 13 May 2014 00:29:41 +0000 (18:29 -0600)
committerKarl Williamson <khw@cpan.org>
Sat, 31 May 2014 17:57:00 +0000 (11:57 -0600)
commit0ed2b00b2bd6a650391433ad8733983692df43d5
tree58fcb6e37392ef5f52aaccb965f7c087749f0e68
parentdd9bc2b0af8e838ed989897601a0ee36eeed092f
Fix definition of toCTRL() for EBCDIC

The definition was incorrect.  When going from control to printable
name, we need to go from Latin1 -> Native, so that e.g., a 65 gets
turned into the native 'A'
handy.h
utf8.h
utfebcdic.h