class CharDet::EUCTWProber
Public Class Methods
Source
# File lib/rchardet/euctwprober.rb, line 31 def initialize super() @codingSM = CodingStateMachine.new(EUCTWSMModel) @distributionAnalyzer = EUCTWDistributionAnalysis.new() reset() end
Calls superclass method
Public Instance Methods
Source
# File lib/rchardet/euctwprober.rb, line 38 def get_charset_name return "EUC-TW" end