From 873c88a5843f8491e72d4984de02d6942e672ec2 Mon Sep 17 00:00:00 2001 From: matz Date: Sun, 12 Oct 2008 22:52:01 +0000 Subject: * transcode.c (str_transcode0): String#encode() with no encoding specified transcode the string into Encoding.default_internal. inspired by [ruby-core:19298]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a2b247fea..33f32c9ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Oct 13 07:42:57 2008 Yukihiro Matsumoto + + * transcode.c (str_transcode0): String#encode() with no encoding + specified transcode the string into Encoding.default_internal. + inspired by [ruby-core:19298]. + Sun Oct 12 18:00:18 2008 Masaki Suketa * ext/win32ole/win32ole.c (set_ole_codepage, ole_cp2encoding, -- cgit