destination_encoding -> Encoding
[permalink][rdoc][edit]-
変換先のエンコーディングを返します。
- [RETURN]
- 変換先のエンコーディング
ec = Encoding::Converter.new("utf-8", "euc-jp") ec.destination_encoding #=> #<Encoding:EUC-JP>
destination_encoding -> Encoding
[permalink][rdoc][edit]変換先のエンコーディングを返します。
ec = Encoding::Converter.new("utf-8", "euc-jp")
ec.destination_encoding #=> #<Encoding:EUC-JP>