Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > rexmlライブラリ > REXML::Encodingモジュール
module REXML::Encoding
クラスの継承リスト: REXML::Encoding
Abstract
特異メソッド
apply(obj, enc)
encoding_method(enc)
register(enc) {|obj| ... }
インスタンスメソッド
check_encoding(str)
decode(str)
[redefined by rexml]encode(content)
[redefined by rexml]encoding
encoding=(euc)
定数
UNILE
UTF_16
UTF_8
追加されるメソッド
EUCTOU8
[added by rexml]SJISTOU8
[added by rexml]U8TOEUC
[added by rexml]U8TOSJIS
[added by rexml]decode_ascii(str)
[added by rexml]decode_eucjp(str)
[added by rexml]decode_iconv(str)
[added by rexml]decode_sjis(content)
[added by rexml]decode_unile(str)
[added by rexml]decode_utf16(str)
[added by rexml]decode_utf8(str)
[added by rexml]encode_ascii(content)
[added by rexml]encode_eucjp(content)
[added by rexml]encode_iconv(content)
[added by rexml]encode_sjis(str)
[added by rexml]encode_unile(content)
[added by rexml]encode_utf16(content)
[added by rexml]encode_utf8(content)
[added by rexml]