るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.161秒)
トップページ > 種類:インスタンスメソッド[x] > クエリ:ruby[x] > クエリ:r[x] > クエリ:destination_encoding[x]

別のキーワード

  1. _builtin to_r
  2. open3 pipeline_r
  3. matrix elements_to_r
  4. bigdecimal to_r
  5. fileutils chmod_r

ライブラリ

クラス

検索結果

Encoding::Converter#destination_encoding -> Encoding (21114.0)

変換先のエンコーディングを返します。

...変換先のエンコーディングを返します。

@return 変換先のエンコーディング

//emlist[][ruby]{
ec = Encoding::Converter.new("utf-8", "euc-jp")
ec.destination_encoding #=> #<Encoding:EUC-JP>
//}...