class CharDet::GB18030Prober
Public Class Methods
Source
# File lib/rchardet/gb18030prober.rb, line 31 def initialize super @codingSM = CodingStateMachine.new(GB18030SMModel) @distributionAnalyzer = GB18030DistributionAnalysis.new() reset() end
Calls superclass method
Public Instance Methods
Source
# File lib/rchardet/gb18030prober.rb, line 38 def get_charset_name return "GB18030" end