This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The swallow_bom() saga continues. The #23 of require.t
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 31 Jul 2000 04:15:02 +0000 (04:15 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 31 Jul 2000 04:15:02 +0000 (04:15 +0000)
commitdea0fc0b9e5a61b92c4be2ecafe0a8d9396d4cc1
tree349418eaad4586c0413b7deb1e36247b8098aa26
parent24142eb29e13a3c1fffe9021ceab90a4be7b9da1
The swallow_bom() saga continues.  The #23 of require.t
(UTF16-LE) still fails (silently, no output) but the #22
(UTF16-BE) seems to be working now.  The root of the
failure may be in sv_gets(): is it UTF-16LE-aware,
especially when it comes to line endings?

p4raw-id: //depot/perl@6469
embed.h
embed.pl
pod/perldiag.pod
proto.h
t/comp/require.t
toke.c
utf8.c