From c9784660bea081c21bd2f96a6c5c17ddc91175a4 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 24 Aug 2008 06:44:21 +0000 Subject: * transcode.c (rb_econv_substr_append): associate dst with destination encoding when dst is created. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18809 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dd9bc0d1b..624aa45a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Aug 24 15:43:41 2008 Tanaka Akira + + * transcode.c (rb_econv_substr_append): associate dst with destination + encoding when dst is created. + Sun Aug 24 15:21:28 2008 Tanaka Akira * include/ruby/encoding.h (rb_str_transcode): add ecflags argument. -- cgit