From 3f8155ba7e3edf8bf49597e2ce1b6d7526a701f6 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 8 Feb 2008 10:22:15 +0000 Subject: * ext/iconv/iconv.c (rb_str_derive): uses rb_str_subseq() for byte length. [ruby-dev:33653] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15405 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a867a5b36..7b589d8da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ -Fri Feb 8 19:19:55 2008 Nobuyoshi Nakada +Fri Feb 8 19:22:13 2008 Nobuyoshi Nakada + + * ext/iconv/iconv.c (rb_str_derive): uses rb_str_subseq() for byte + length. [ruby-dev:33653] * ext/iconv/iconv.c (iconv_convert): added toidx argument to set encoding of successfully converted string. [ruby-dev:33221] -- cgit