gitcheck icon indicating copy to clipboard operation
gitcheck copied to clipboard

Serious unicode issue on Python 2.7 with subprocess.popen

Open ChristianTremblay opened this issue 10 years ago • 1 comments

gitExec function doesn't work anymore with folder having unicode caracters in them

There's also a few lines missing specific unicode encoding/deconding to 'utf-8' (like the os.walk function to browse directories)

Probably problems due to Python 2.7

ChristianTremblay avatar Mar 10 '15 18:03 ChristianTremblay

I had a similar issue, but running gitcheck with python3 avoids them. Might be worth changing the shebangs of setup.py and gitcheck.py to #!/usr/bin/env python3.

agateau avatar Apr 03 '15 12:04 agateau