# File lib/rchardet/mbcharsetprober.rb, line 40
    def reset
      super
      if @_mCodingSM
        @_mCodingSM.reset()
      end
      if @_mDistributionAnalyzer
        @_mDistributionAnalyzer.reset()
      end
      @_mLastChar = "\x00\x00"
    end