зеркало из https://github.com/github/ruby.git
Remove UTF-8 from documentation.
This commit is contained in:
Родитель
e7c2d5cc02
Коммит
03d97cc966
|
@ -1711,7 +1711,6 @@ io_buffer_copy(int argc, VALUE *argv, VALUE self)
|
|||
* Read a chunk or all of the buffer into a string, in the specified
|
||||
* +encoding+. If no encoding is provided +Encoding::BINARY+ is used.
|
||||
*
|
||||
*
|
||||
* buffer = IO::Buffer.for('test')
|
||||
* buffer.get_string
|
||||
* # => "test"
|
||||
|
@ -1720,12 +1719,6 @@ io_buffer_copy(int argc, VALUE *argv, VALUE self)
|
|||
* buffer.get_string(2, 1)
|
||||
* # => "s"
|
||||
*
|
||||
* buffer = IO::Buffer.for('Руби')
|
||||
* buffer.get_string(2).then { [_1, _1.encoding] }
|
||||
* # => ["\xD1\x83\xD0\xB1\xD0\xB8", #<Encoding:ASCII-8BIT>]
|
||||
* buffer.get_string(2, nil, 'UTF-8').then { [_1, _1.encoding] }
|
||||
* # => ["уби", #<Encoding:UTF-8>]
|
||||
*
|
||||
*/
|
||||
static VALUE
|
||||
io_buffer_get_string(int argc, VALUE *argv, VALUE self)
|
||||
|
|
Загрузка…
Ссылка в новой задаче