Skip to content

Commit

Permalink
update doc.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35466 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
akr committed Apr 24, 2012
1 parent 7c346a4 commit a06cddb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions transcode.c
Expand Up @@ -3626,9 +3626,12 @@ econv_result_to_symbol(rb_econv_result_t res)
* *
* primitive_convert stops conversion when one of following condition met. * primitive_convert stops conversion when one of following condition met.
* - invalid byte sequence found in source buffer (:invalid_byte_sequence) * - invalid byte sequence found in source buffer (:invalid_byte_sequence)
* +primitive_errinfo+ and +last_error+ methods returns the detail of the error.
* - unexpected end of source buffer (:incomplete_input) * - unexpected end of source buffer (:incomplete_input)
* this occur only when :partial_input is not specified. * this occur only when :partial_input is not specified.
* +primitive_errinfo+ and +last_error+ methods returns the detail of the error.
* - character not representable in output encoding (:undefined_conversion) * - character not representable in output encoding (:undefined_conversion)
* +primitive_errinfo+ and +last_error+ methods returns the detail of the error.
* - after some output is generated, before input is done (:after_output) * - after some output is generated, before input is done (:after_output)
* this occur only when :after_output is specified. * this occur only when :after_output is specified.
* - destination buffer is full (:destination_buffer_full) * - destination buffer is full (:destination_buffer_full)
Expand Down

0 comments on commit a06cddb

Please sign in to comment.