From 1e2695bd9be4f379927d8e4474e09e1c98eea6b5 Mon Sep 17 00:00:00 2001 From: naruse Date: Fri, 10 Jul 2009 14:21:13 +0000 Subject: io.c (io_strip_bom): ungetbyte third byte when UTF-16LE. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24024 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 868c5e7cc..744a2e285 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Jul 10 23:10:11 2009 NARUSE, Yui + + * io.c (io_strip_bom): ungetbyte third byte when UTF-16LE. + Fri Jul 10 23:04:16 2009 NARUSE, Yui * io.c (io_strip_bom): Fix condition of second byte of -- cgit