# File lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/escprober.rb, line 40
    def reset
      super()
      for codingSM in @_mCodingSM
        next if not codingSM
        codingSM.active = true
        codingSM.reset()
      end
      @_mActiveSM = @_mCodingSM.length
      @_mDetectedCharset = nil
    end