From cca76d6a4b82293202f08024d0f001db06f5b8ef Mon Sep 17 00:00:00 2001 From: naruse Date: Mon, 1 Sep 2008 08:24:55 +0000 Subject: * enc/euc_jp.c (euc-jp-ms): euc-jp-ms is not EUC-JP not an alias of eucJP-ms. * enc/trans/japanese.trans (eucJP-ms): eucJP-ms is the correct name of the encoding in Ruby. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19021 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2a21e205d..f9a89eefe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon Sep 1 17:07:23 2008 NARUSE, Yui + + * enc/euc_jp.c (euc-jp-ms): euc-jp-ms is not EUC-JP not an alias of + eucJP-ms. + + * enc/trans/japanese.trans (eucJP-ms): eucJP-ms is the correct + name of the encoding in Ruby. + Mon Sep 1 16:48:50 2008 Nobuyoshi Nakada * ext/digest/md5/md5init.c (md5), ext/digest/rmd160/rmd160init.c -- cgit