From b09271c2ae64e77bbe4941719fa84a23d11c721c Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 24 Jan 2008 13:11:00 +0000 Subject: * parse.y (reg_fragment_setenc_gen): associate ASCII-8BIT only if str has only ASCII characters. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15220 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cc4071606..747c97de7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jan 24 21:46:24 2008 Tanaka Akira + + * parse.y (reg_fragment_setenc_gen): associate ASCII-8BIT only if + str has only ASCII characters. + Thu Jan 24 20:46:17 2008 NAKAMURA Usaku * test/ruby/test_m17n.rb: follow to the following changes. -- cgit