Methods |
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