CharDet::MultiByteCharSetProber
# File lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/euckrprober.rb, line 31 def initialize super() @_mCodingSM = CodingStateMachine.new(EUCKRSMModel) @_mDistributionAnalyzer = EUCKRDistributionAnalysis.new() reset() end
# File lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/euckrprober.rb, line 38 def get_charset_name return "EUC-KR" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.