Ruby 1.8.7 リファレンスマニュアル > ライブラリ一覧 > rexmlライブラリ > REXML::Encodingモジュール

module REXML::Encoding

クラスの継承リスト: REXML::Encoding

要約

特異メソッド

定義 説明
apply(obj, enc)
encoding_method(enc)
register(enc) {|obj| ... }

インスタンスメソッド

定義 説明
check_encoding(str)
decode(str) rexml
encode(content) rexml
encoding
encoding=(euc)

定数

定義 説明
UNILE
UTF_16
UTF_8

追加されるメソッド

定義 説明 ライブラリ
EUCTOU8 rexml
SJISTOU8 rexml
U8TOEUC rexml
U8TOSJIS rexml
decode_ascii(str) rexml
decode_eucjp(str) rexml
decode_iconv(str) rexml
decode_sjis(content) rexml
decode_unile(str) rexml
decode_utf16(str) rexml
decode_utf8(str) rexml
encode_ascii(content) rexml
encode_eucjp(content) rexml
encode_iconv(content) rexml
encode_sjis(str) rexml
encode_unile(content) rexml
encode_utf16(content) rexml
encode_utf8(content) rexml