This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
More EBCDIC stuff:
authorNick Ing-Simmons <nik@tiuk.ti.com>
Tue, 20 Mar 2001 20:04:39 +0000 (20:04 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Tue, 20 Mar 2001 20:04:39 +0000 (20:04 +0000)
commit2b9d42f0ba1bb562fe21327dc7948ab1a5397a19
treeaee45626e3738deabafbe610cedef159d4c82d3b
parentf2f6ab5ed2d2f824b4f6c3085a4a2275c2f8500a
More EBCDIC stuff:
 - Loose the extra level of function on ASCII.
 - spotted a chr(0) issue in sv.c
 - re-work of UTF-X tr/// ranges to work in Unicode
   space. Still issues with the "0xff is illegal UTF-8" hack.
 - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
   (why do it once when you can do it all over the place :-(
 - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
   need utf8.pm for swashes.
 - Simplified and commented scan_const() in toke.c
Still something wrong regexp and tr (swashes?).

p4raw-id: //depot/perlio@9267
embed.pl
lib/utf8.pm
op.c
regcomp.c
regexec.c
sv.c
toke.c
utf8.c
utf8.h
utfebcdic.h