Module REXML::Encoding
In: src/rexml/encoding.rb
src/rexml/encodings/US-ASCII_decl.rb
src/rexml/encodings/ISO-8859-1.rb
src/rexml/encodings/UTF-16_decl.rb
src/rexml/encodings/UNILE.rb
src/rexml/encodings/UNILE_decl.rb
src/rexml/encodings/Shift_JIS.rb
src/rexml/encodings/Shift-JIS_decl.rb
src/rexml/encodings/ISO-8859-1_decl.rb
src/rexml/encodings/EUC-JP.rb
src/rexml/encodings/UTF-16.rb
src/rexml/encodings/EUC-JP_decl.rb
src/rexml/encodings/Shift-JIS.rb
src/rexml/encodings/US-ASCII.rb
Methods
check_encoding    claim    encoding=    from_euc_jp    from_iso_8859_1    from_shift_jis    from_shift_jis    from_unile    from_us_ascii    from_utf_16    from_utf_8    to_euc_jp    to_iso_8859_1    to_shift_jis    to_shift_jis    to_unile    to_us_ascii    to_utf_16    to_utf_8   
Attributes
encoding  [R] 

ID —> Encoding name

Public Class methods
claim( encoding_str, match=nil )
Public Instance methods
encoding=( enc )
check_encoding(str)
to_utf_8(str)
from_utf_8(content)
to_iso_8859_1(content)

Convert from UTF-8

from_iso_8859_1(str)

Convert to UTF-8

to_unile(content)
from_unile(str)
to_shift_jis(content)
from_shift_jis(str)
from_euc_jp(str)
to_euc_jp(content)
to_utf_16(content)
from_utf_16(str)
to_shift_jis(content)
from_shift_jis(str)
to_us_ascii(content)

Convert from UTF-8

from_us_ascii(str)

Convert to UTF-8