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