# File lib/rchardet/escprober.rb, line 42
    def reset
      super()
      for codingSM in @_mCodingSM:
        next if not codingSM
        codingSM.active = true
        codingSM.reset()
      end
      @_mActiveSM = @_mCodingSM.length
      @_mDetectedCharset = nil
    end