Closed GoogleCodeExporter closed 9 years ago
This simply means that you terminal is unable to accept the given character
(\u0308). Meaning, the terminal encoding you are running (cp850) can't display
the given character. Gitinspector will always try to convert the output to your
encoding.
You have two options:
1. Change the encoding of your terminal to something that is able to cope with
the
character.
2. Redirect the output to a file with ">". In this case Gitinspector should
always try
to output pure UTF-8.
Original comment by gitinspe...@ejwa.se
on 6 Nov 2014 at 9:59
Thanks for the answer!
Unfortunately, the error persists even though I redirect the output to a file.
Command:
python .\gitinspector.py --grading --format=html --file-types=java,xml
path\to\repo > test.html
Could it perhaps still be the fault of my terminal?
Original comment by Niklas.L...@gmail.com
on 6 Nov 2014 at 7:14
The error does seem to indicate it... Try checking your PYTHONIOENCODING. Also,
refer to issue 9 for some additional information.
Also, try the gitinspector version from the master branch to see if it makes
any difference.
/Adam Waldenberg
Original comment by gitinspe...@ejwa.se
on 12 Nov 2014 at 2:50
Seeing that I'm not getting any feedback on this one I'm assuming this issue as
invalid; considering it's most likely a problem with the terminal.
/Adam Waldenberg
Original comment by gitinspe...@ejwa.se
on 3 Dec 2014 at 11:37
Original issue reported on code.google.com by
Niklas.L...@gmail.com
on 4 Nov 2014 at 4:20