Class | TMail::Encoder |
In: |
lib/action_mailer/vendor/tmail-1.1.0/tmail/encode.rb
|
Parent: | Object |
FIXME: This class can handle only (euc-jp/shift_jis -> iso-2022-jp).
BENCODE_DEBUG | = | false unless defined?(BENCODE_DEBUG) |
SPACER | = | "\t" |
MAX_LINE_LEN | = | 70 |
OPTIONS | = | { 'EUC' => '-Ej -m0', 'SJIS' => '-Sj -m0', 'UTF8' => nil, # FIXME 'NONE' => nil |
METHOD_ID | = | { ?j => :extract_J, ?e => :extract_E, ?a => :extract_A, ?s => :extract_S |