From fcdfd2621de26f805e36f9c65deb2bc459f82d8a Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 31 Aug 2008 07:37:10 +0000 Subject: * enc/trans/single_byte.trans (us_ascii_map): don't define 8bit bytes. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18982 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index eb8acd588..59f087435 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Aug 31 16:34:41 2008 Tanaka Akira + + * enc/trans/single_byte.trans (us_ascii_map): don't define 8bit bytes. + Sun Aug 31 14:27:27 2008 Tanaka Akira * transcode.c (econv_last_error): new method. -- cgit