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

UTF-8 formatting error e.g. German umlauts #5

Closed
sjess opened this issue Aug 10, 2017 · 2 comments
Closed

UTF-8 formatting error e.g. German umlauts #5

sjess opened this issue Aug 10, 2017 · 2 comments

Comments

@sjess
Copy link

sjess commented Aug 10, 2017

Hi,

I found a little problem in the script, because everytime I used the plugin it changed my "ä" into "ä".

So I fixed it myself by adding in line 75 the encoding part:

with open(tmp_file, 'r', encoding='utf8') as file:

cheers

@hakanersu
Copy link
Contributor

Yep fixed my issue too. You can send a pull request.

@adael
Copy link
Owner

adael commented Aug 15, 2017

Thank you very much

@adael adael closed this as completed Aug 15, 2017
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

No branches or pull requests

3 participants