From fdbea29df8a62c5271074b016e51c0aa4706d16e Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 26 Jun 2009 18:18:12 +0000 Subject: * numeric.c (int_chr): use default_internal encoding as default destination encoding if set. [ruby-dev:38717] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23864 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1e14820b6..8ccac2731 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Jun 27 03:16:56 2009 Yukihiro Matsumoto + + * numeric.c (int_chr): use default_internal encoding as default + destination encoding if set. [ruby-dev:38717] + Sat Jun 27 03:09:04 2009 Yukihiro Matsumoto * io.c (argf_rewind): need to rewind $. and ARGF.lineno. -- cgit