diff -r e836d196e888 -r f425b578ede7 eric6/ThirdParty/CharDet/chardet/charsetgroupprober.py --- a/eric6/ThirdParty/CharDet/chardet/charsetgroupprober.py Wed Jan 13 19:02:58 2021 +0100 +++ b/eric6/ThirdParty/CharDet/chardet/charsetgroupprober.py Wed Jan 13 19:05:48 2021 +0100 @@ -73,6 +73,7 @@ continue if state == ProbingState.FOUND_IT: self._best_guess_prober = prober + self._state = ProbingState.FOUND_IT return self.state elif state == ProbingState.NOT_ME: prober.active = False