This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add the encoding pragma to control the "upgrade"
authorJarkko Hietaniemi <jhi@iki.fi>
Sun, 28 Oct 2001 22:55:24 +0000 (22:55 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 28 Oct 2001 22:55:24 +0000 (22:55 +0000)
commit0a3788024daeeff27b99d9992ad4f1eb40663b1a
treec4f94dd14dd9658f90c215aae62e09aeeae00c94
parent515f097614eaa79c1f9c40647e200dc7dc7dd619
Add the encoding pragma to control the "upgrade"
from the native eight bit data to Unicode.

TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?

p4raw-id: //depot/perl@12750
MANIFEST
embedvar.h
gv.c
intrpvar.h
lib/encoding.pm [new file with mode: 0644]
lib/encoding.t [new file with mode: 0644]
mg.c
perlapi.h
pod/perlunicode.pod
pod/perlvar.pod
sv.c