Jonas Ådahl created an issue:
Summary
When logging commits being pushed to a repository, if the name of the commit author has a non-ASCII letter, instead of that letter being dispalyed, � is displayed instead.
Steps to reproduce
Push commits with the commit author name with a non-ASCII name (e.g. "Alfons Åberg").
What is the current bug behavior?
Instead of logging "Alfons Åberg", it logs "Alfons �berg".
What is the expected correct behavior?
It should log "Alfons Åberg".
/cc averi