This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
On output try to downgrade to bytes, croak if impossible,
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 17 Oct 2000 14:11:31 +0000 (14:11 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 17 Oct 2000 14:11:31 +0000 (14:11 +0000)
commit4b3603a49f6eac34b6cdb154bf3bd8a8f5240085
treec47ff797022544402daab349559cdfef2ac44450
parent5de2853538d2396ad34f218ecc3a13db805f8d24
On output try to downgrade to bytes, croak if impossible,
from Simon Cozens.  This means that outputting >255 UTF8
is impossible.  Consider this as a strong incentive to get
the I/O disciplines implemented.

p4raw-id: //depot/perl@7355
doio.c
pod/perldiag.pod
sv.c