From b5d63bec8fbdbd06b4e145ee1a565c238e2d6799 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 7 Sep 2008 03:45:12 +0000 Subject: * io.c (make_writeconv): choose ASCII compatible encoding as intermediate encoding if stateful encoder exists. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19210 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 24396be89..77de182d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Sep 7 12:44:26 2008 Tanaka Akira + + * io.c (make_writeconv): choose ASCII compatible encoding as + intermediate encoding if stateful encoder exists. + Sun Sep 7 12:09:29 2008 Tanaka Akira * include/ruby/encoding.h (ECONV_XML_ATTR_CONTENT_ENCODER): defined. -- cgit