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

Doesn't work on other language #18

Open
CyRamos opened this issue Jan 16, 2023 · 2 comments
Open

Doesn't work on other language #18

CyRamos opened this issue Jan 16, 2023 · 2 comments

Comments

@CyRamos
Copy link

CyRamos commented Jan 16, 2023

Hey :)
After I configured my path I tried to use generate notes variable with the path value and got this error:
'charmap' codec can't decode byte 0x90 in position 59: character maps to <undefined>

After I tried to remove my language (Hebrew) from the specific note the exception was raised, I noticed it succeed to pass and raise again the same exception to the following note that got Hebrew.

Many thanks ahead, hopefully, it could be fixed soon 👍

@senioravanti
Copy link

senioravanti commented Jan 21, 2023

The same problem, solution: open the note.py file and add a third parameter to the open() function on line 33 and also in line133 : encode="utf-8"
image
image

@SeLiEnisyst
Copy link

you wrote "encode="utf-8"", but it should be "encoding="utf-8""...

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