Class CharDet::EUCKRProber
In: lib/tmail/vendor/rchardet-1.3/lib/rchardet/euckrprober.rb
Parent: MultiByteCharSetProber

Methods

Public Class methods

[Source]

# File lib/tmail/vendor/rchardet-1.3/lib/rchardet/euckrprober.rb, line 31
    def initialize
      super()
      @_mCodingSM = CodingStateMachine.new(EUCKRSMModel)
      @_mDistributionAnalyzer = EUCKRDistributionAnalysis.new()
      reset()
    end

Public Instance methods

[Source]

# File lib/tmail/vendor/rchardet-1.3/lib/rchardet/euckrprober.rb, line 38
    def get_charset_name
      return "EUC-KR"
    end

[Validate]