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

UnicodeDecodeError in Windows #26

Open
Nanush7 opened this issue Dec 27, 2022 · 0 comments · May be fixed by #37
Open

UnicodeDecodeError in Windows #26

Nanush7 opened this issue Dec 27, 2022 · 0 comments · May be fixed by #37
Assignees
Labels

Comments

@Nanush7
Copy link
Member

Nanush7 commented Dec 27, 2022

Running in Windows (Python 3.11) fails with UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 29824: character maps to <undefined>.

This issue gets fixed by adding encoding='utf-8' to open(file) in wrc.py line 60.

@Nanush7 Nanush7 added the bug label Dec 27, 2022
@Nanush7 Nanush7 self-assigned this Dec 27, 2022
@Nanush7 Nanush7 linked a pull request Jan 10, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant