
ikegami at adaelis
Nov 26, 2009, 12:26 PM
Post #1 of 1
(217 views)
Permalink
|
|
Perl RT#69678 can be closed
|
|
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'
|