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