aboutsummaryrefslogtreecommitdiffstats
path: root/transcode.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-14 16:10:57 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-14 16:10:57 +0000
commit95af70c5e745f0017d5ee7b73c79d800f0a4f9c2 (patch)
tree6f5c94738bc59da8ee57c6893c6b819ae943cfa1 /transcode.c
parentf9ea6ed5a95057b875c19203276a6c36a6202bbc (diff)
downloadruby-95af70c5e745f0017d5ee7b73c79d800f0a4f9c2.tar.gz
udpate rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18632 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'transcode.c')
-rw-r--r--transcode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/transcode.c b/transcode.c
index 2e189b935b..2af60b9a7d 100644
--- a/transcode.c
+++ b/transcode.c
@@ -1583,6 +1583,7 @@ econv_destination_encoding(VALUE self)
* destination_bytesize specifies maximum number of bytes.
* After conversion, destination_buffer is resized to
* destination_byteoffset + actually converted number of bytes.
+ * Also destination_buffer's encoding is set to destination_encoding.
*
* primitive_convert drops the first part of source_buffer.
* the dropped part is converted in destination_buffer or