Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix different charset #936

Merged
merged 4 commits into from
Sep 15, 2022
Merged

Fix different charset #936

merged 4 commits into from
Sep 15, 2022

Conversation

martinratinaud
Copy link
Member

Fixes #935

The .text() function is not trying to detect encoding anymore since version 2

The new way to handle that kind of encoding is here for v3

@martinratinaud
Copy link
Member Author

@Ndpnt do you have any idea why there is a lint problem?

I have the same on my local but can not figure out why as package is correctly installed

@martinratinaud
Copy link
Member Author

As discussed with @Ndpnt yesterday, I will merge this without former approval but with oral approval.

I had to bypass the eslint error by disabling import/no-unresolved.

As I managed to create a reproducible environment, I created an issue on their repo.

@martinratinaud martinratinaud merged commit 4e59702 into main Sep 15, 2022
@martinratinaud martinratinaud deleted the fix_different_charset branch September 15, 2022 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documents with non latin characters fail if encoding is not properly set
1 participant