From 4249cbc9c825498200c2dfe68d647bd37353d52c Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 13 Dec 2007 13:44:02 +0000 Subject: * encoding.c (rb_enc_compatible): encoding should never fall back to ASCII-8BIT unless both encodings are ASCII-8BIT. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14217 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e60148b86..1887f0e06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Dec 13 22:16:46 2007 Yukihiro Matsumoto + + * encoding.c (rb_enc_compatible): encoding should never fall back + to ASCII-8BIT unless both encodings are ASCII-8BIT. + Thu Dec 13 20:31:28 2007 Tanaka Akira * string.c (rb_str_shared_replace): make str noembed after free. -- cgit