るりまサーチ (Ruby 3.0)

最速Rubyリファレンスマニュアル検索!
3件ヒット [1-3件を表示] (0.044秒)
トップページ > クエリ:IO[x] > クエリ:destination_encoding[x] > クエリ:UndefinedConversionError[x] > バージョン:3.0[x] > クラス:Encoding::UndefinedConversionError[x]

別のキーワード

  1. _builtin destination_encoding
  2. _builtin destination_encoding_name
  3. undefinedconversionerror destination_encoding
  4. converter destination_encoding
  5. undefinedconversionerror destination_encoding_name

ライブラリ

キーワード

検索結果

Encoding::UndefinedConversionError#destination_encoding -> Encoding (90625.0)

エラーを発生させた変換の変換先のエンコーディングを Encoding オブジェクトで返します。

...エラーを発生させた変換の変換先のエンコーディングを Encoding
オブジェクトで返します。

@see Encoding::UndefinedConversionError#source_encoding...

Encoding::UndefinedConversionError#destination_encoding_name -> String (54643.0)

エラーを発生させた変換の変換先のエンコーディングを文字列で返します。

...エラーを発生させた変換の変換先のエンコーディングを文字列で返します。

@see Encoding::UndefinedConversionError#destination_encoding...

Encoding::UndefinedConversionError#source_encoding -> Encoding (18040.0)

エラーを発生させた変換の変換元のエンコーディングを Encoding オブジェクトで返します。

...ーディングを Encoding
オブジェクトで返します。

変換が多段階になされる場合は元の文字列のものではない
エンコーディングが返される場合があることに注意してください。

@see Encoding::UndefinedConversionError#destination_encoding...