Fix encoding. The world should be utf-8.
The command used to detect bad files is :
find . -type f | xargs -I {} bash -c "iconv -f utf-8 -t utf-16 {} &>/dev/null || echo {}"
Such a fix is important because some git-related tools crash on non-utf8 characters.
Edited by Salamandar