Skip to content

Commit

Permalink
fix result of example [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
no6v authored and nobu committed Jan 6, 2021
1 parent 0696493 commit 939729d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transcode.c
Expand Up @@ -3959,7 +3959,7 @@ econv_finish(VALUE self)
* ec = Encoding::Converter.new("EUC-JP", "Shift_JIS")
* ec.primitive_convert(src="\xff", dst="", nil, 10)
* p ec.primitive_errinfo
* #=> [:invalid_byte_sequence, "EUC-JP", "UTF-8", "\xFF", ""]
* #=> [:invalid_byte_sequence, "EUC-JP", "Shift_JIS", "\xFF", ""]
*
* # HIRAGANA LETTER A (\xa4\xa2 in EUC-JP) is not representable in ISO-8859-1.
* # Since this error is occur in UTF-8 to ISO-8859-1 conversion,
Expand Down

0 comments on commit 939729d

Please sign in to comment.