git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18632 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2008-08-14 16:10:57 +00:00
Родитель f9ea6ed5a9
Коммит 95af70c5e7
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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