Parent

Files

CharDet::Big5Prober

Public Class Methods

new() click to toggle source
# File lib/rchardet/big5prober.rb, line 31
def initialize
  super
  @_mCodingSM = CodingStateMachine.new(Big5SMModel)
  @_mDistributionAnalyzer = Big5DistributionAnalysis.new()
  reset()
end

Public Instance Methods

get_charset_name() click to toggle source
# File lib/rchardet/big5prober.rb, line 38
def get_charset_name
  return "Big5"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.