This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
UTF8 output prework.
authorNick Ing-Simmons <nik@tiuk.ti.com>
Sat, 9 Dec 2000 13:49:40 +0000 (13:49 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Sat, 9 Dec 2000 13:49:40 +0000 (13:49 +0000)
commit7889fe52c8bdedf274e4826ad460ef6c3606ca6a
tree3d161635f94f9d03924fbf79676ba0e4c27ae2ae
parent553151e7a76c75a9f0ccbf6e0802e72fde2ec8f2
UTF8 output prework.
 - Store $\ and $, as SVs so they can have SvUTF8 flag
 - use do_print() rather than raw PerlIO_write() to print them.

p4raw-id: //depot/perlio@8049
embedvar.h
intrpvar.h
mg.c
perl.c
perlapi.h
pp_hot.c
sv.c
thrdvar.h
util.c