class CharDet::Big5Prober
Public Class Methods
Source
# File lib/rchardet/big5prober.rb, line 31 def initialize super @codingSM = CodingStateMachine.new(Big5SMModel) @distributionAnalyzer = Big5DistributionAnalysis.new() reset() end
Calls superclass method
Public Instance Methods
Source
# File lib/rchardet/big5prober.rb, line 38 def get_charset_name return "Big5" end