Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Perl RT#69678 can be closed

0 views
Skip to first unread message

Eric Brine

unread,
Nov 26, 2009, 3:26:40 PM11/26/09
to perl5 porters
http://rt.perl.org/rt3/Ticket/Display.html?id=69678 can be closed. It was
fixed by one of Nicholas's patches to toke.c, probably
http://perl5.git.perl.org/perl.git/commit/c28d61051c446453c532f387d478df78d6f95c55

blead @ 162177c1aed1991639f7f0da64e918c034e1148a:

$ ./perl -Ilib utf.pl utf16le 123 bom nl
Got '123'
$ ./perl -Ilib utf.pl utf16le 123 bom
Got '123'
$ ./perl -Ilib utf.pl utf16le 123 '' nl
Got '123'
$ ./perl -Ilib utf.pl utf16le 123 ''
Got '123'

$ ./perl -Ilib utf.pl utf16be 123 bom nl
Got '123'
$ ./perl -Ilib utf.pl utf16be 123 bom
Got '123'
$ ./perl -Ilib utf.pl utf16be 123 '' nl
Got '123'
$ ./perl -Ilib utf.pl utf16be 123 ''
Got '123'

0 new messages