This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Extend the effect of the encoding pragma to chr() and ord().
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 31 Oct 2001 14:44:33 +0000 (14:44 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 31 Oct 2001 14:44:33 +0000 (14:44 +0000)
commit121910a497e33cc9235ecb1b0488ff5200159bc4
tree00034df2cba6330202b1d350cfcdc8aa828c089f
parent4bdee82d7bc2074b4348e7a8af9486f836481a0a
Extend the effect of the encoding pragma to chr() and ord().

TODO: regex literals, reentrancy problems with the utf8
and charnames pragmas.

p4raw-id: //depot/perl@12790
lib/encoding.pm
lib/encoding.t
pod/perlfunc.pod
pp.c
sv.c