Vladislav Blinov

Results 1 comments of Vladislav Blinov

Hi Clément, These two examples run detection on Unicode strings, the correct test would be: ``` charamel.Detector().probe('abc'.encode('ascii')) charamel.Detector().probe('Param1234567890*ą_'.encode('utf-8')) ``` By design, `charamel` returns encodings that likely can decode a sequence...