From 7e093fcf1f3401f6b6ea2031c30b57c725d2bae6 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 29 Oct 2007 08:18:36 +0000 Subject: * encoding.c (rb_enc_compatible): ASCII encoding is compatible with ASCII-compatible encoding, even for non-string objects. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13789 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 61742f4f1..047c0b1cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Oct 29 17:18:36 2007 Nobuyoshi Nakada + + * encoding.c (rb_enc_compatible): ASCII encoding is compatible with + ASCII-compatible encoding, even for non-string objects. + Sun Oct 28 21:50:02 2007 Tanaka Akira * lib/open-uri.rb: :redirect option implemented to disable redirects. -- cgit