From 7f20640f3d07c6f7644736fad1da6ba3035aba71 Mon Sep 17 00:00:00 2001 From: naruse Date: Fri, 15 Feb 2008 20:55:27 +0000 Subject: * enc/iso_8859_{4,13}.c: Windows-1257 is replica of ISO-8859-13. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b9e8a8fb2..4777286b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ -Fri Feb 15 18:44:05 2008 NARUSE, Yui +Sat Feb 16 05:49:54 2008 NARUSE, Yui + + * enc/iso_8859_{4,13}.c: Windows-1257 is replica of ISO-8859-13. * string.c (single_byte_optimizable): rb_enc_mbminlen must be 1 when rb_enc_mbmaxlen is 1. -- cgit