This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make write() (i.e. formats) utf8-aware by calling do_print() rather
authorNick Ing-Simmons <nik@tiuk.ti.com>
Sat, 9 Dec 2000 20:11:48 +0000 (20:11 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Sat, 9 Dec 2000 20:11:48 +0000 (20:11 +0000)
commitd75029d0f4549b2fe0cff3cd80934a1b6bbb54eb
tree94361304ed9ad075c82e9cf301f7a849d4b93f0a
parent7d59b7e40bca518078f3e97c802950b76d52efa2
Make write() (i.e. formats) utf8-aware by calling do_print() rather
than raw PerlIO_write() - does not seem to break any tests.

p4raw-id: //depot/perlio@8055
pp_sys.c