# File lib/rchardet/latin1prober.rb, line 100
    def reset
      @_mLastCharClass = OTH
      @_mFreqCounter = [0] * FREQ_CAT_NUM
      super
    end