This repository was archived by the owner on Oct 7, 2021. It is now read-only.
This repository was archived by the owner on Oct 7, 2021. It is now read-only.
Open
Description
Describe the bug
While runing find_dupes.py encounterd error with file reading. Charmap codec can't decodes some characters.
To Reproduce
Steps to reproduce the behavior:
- Go to motivate/motivate/find:dupes.pc
- Run it
- See error: UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 2890: character maps to
Expected behavior
Read character.
Desktop (please complete the following information):
- OS: Win 10
- Version 2004
Additional context
Tried on multiple machines, same resault
Possible Solution
Add utf-8 support
- You want to solve it.