108件ヒット
[101-108件を表示]
(0.069秒)
ライブラリ
- ビルトイン (84)
-
rexml
/ document (24)
クラス
- Array (12)
-
Encoding
:: Converter (60) -
REXML
:: Parent (24) - String (12)
キーワード
-
insert
_ after (12) -
insert
_ before (12) -
insert
_ output (12) -
primitive
_ convert (48)
検索結果
-
Encoding
:: Converter # primitive _ convert(source _ buffer , destination _ buffer , destination _ byteoffset , destination _ bytesize , options) -> Symbol (19.0) -
エンコーディング変換のためのメソッドの中で、もっとも細かな扱いが可能なメソッドです。
...sequence
ec.insert_output(ec.primitive_errinfo[3].dump[1..-2])
redo
when :undefined_conversion
c = ec.primitive_errinfo[3].dup.force_encoding(ec.primitive_errinfo[1])
ec.insert_output('\x{%X:%s}' % [c.ord, c.encoding])
redo
when :incomplete_input
ec.insert_output(ec.primi...