Parent

Class/Module Index [+]

Quicksearch

CharDet::EUCTWProber

Public Class Methods

new() click to toggle source
# 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

Public Instance Methods

get_charset_name() click to toggle source
# File lib/tmail/vendor/rchardet-1.3/lib/rchardet/euctwprober.rb, line 38
def get_charset_name
  return "EUC-TW"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.