osvill

Results 3 comments of osvill

@gutsytechster Thanks a lot for your research. Your work pointed me in the right direction and I may found the culprit. Down the way [this function](https://github.com/scrapinghub/dateparser/blob/master/dateparser/date.py#L238) returns the translated date...

It is hard to catch the error as a specific encoding error. I ended up adding a keyword argument `client_encoding` and raising a `ValueError` if `client_encoding` does not match the...

I ran some more tests and got errors for adapted parameters that do not have the `encoding` attribute. Therefore I added the `hasattr` check and the test filtering by a...