Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Problem with utf-8 file encoding #151

Open
1 task done
denis-znanec opened this issue Oct 29, 2020 · 2 comments
Open
1 task done

Problem with utf-8 file encoding #151

denis-znanec opened this issue Oct 29, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@denis-znanec
Copy link

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:

  1. Go to motivate/motivate/find:dupes.pc
  2. Run it
  3. 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.
@vmdhhh
Copy link

vmdhhh commented Dec 2, 2020

Is this bug resolved or still needs some work?

@denis-znanec
Copy link
Author

Is this bug resolved or still needs some work?
Resolved, already send pr request.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants