235件ヒット
[201-235件を表示]
(0.029秒)
別のキーワード
クラス
- Binding (7)
-
Encoding
:: Converter (84) -
Encoding
:: InvalidByteSequenceError (36) -
Encoding
:: UndefinedConversionError (36) - Method (24)
- Module (12)
- Proc (12)
- Regexp (12)
- UnboundMethod (12)
キーワード
-
const
_ source _ location (12) - convert (12)
-
destination
_ encoding (24) - inspect (6)
-
primitive
_ convert (48) -
primitive
_ errinfo (12) -
source
_ encoding (36) -
source
_ encoding _ name (24) -
source
_ location (43) -
to
_ s (6)
検索結果
先頭3件
-
Encoding
:: Converter # primitive _ errinfo -> Array (9.0) -
直前の Encoding::Converter#primitive_convert による変換の結果を保持する五要素の配列を返します。
...ter.new("EUC-JP", "ISO-8859-1")
ec.primitive_convert(src="\xa4", dst="", nil, 10, Encoding::Converter::PARTIAL_INPUT)
p ec.primitive_errinfo
#=> [:source_buffer_empty, nil, nil, nil, nil]
# \xd8\x00\x00@ is invalid as UTF-16BE because
# no low surrogate after high surrogate (\xd8\x00).
# It is dete... -
Encoding
:: InvalidByteSequenceError # destination _ encoding -> Encoding (9.0) -
エラーを発生させた変換の変換先のエンコーディングを Encoding オブジェクトで返します。
...エラーを発生させた変換の変換先のエンコーディングを Encoding
オブジェクトで返します。
@see Encoding::InvalidByteSequenceError#source_encoding,
Encoding::UndefinedConversionError#destination_encoding... -
Encoding
:: UndefinedConversionError # destination _ encoding -> Encoding (9.0) -
エラーを発生させた変換の変換先のエンコーディングを Encoding オブジェクトで返します。
...エラーを発生させた変換の変換先のエンコーディングを Encoding
オブジェクトで返します。
@see Encoding::UndefinedConversionError#source_encoding...