Class | CharDet::EUCKRProber |
In: |
lib/tmail/vendor/rchardet-1.3/lib/rchardet/euckrprober.rb
|
Parent: | MultiByteCharSetProber |
# File lib/tmail/vendor/rchardet-1.3/lib/rchardet/euckrprober.rb, line 31 def initialize super() @_mCodingSM = CodingStateMachine.new(EUCKRSMModel) @_mDistributionAnalyzer = EUCKRDistributionAnalysis.new() reset() end