Any time I try to make a "git diff" command to see a file change, it shows me problem in special characters, like accented ones, but if I see the file with "cat" it shows me everything ok. I am using Ubuntu 12.04 LTS.
ex:
WHERE `T<C3><A9>cnico` IS NOT NULL
I tried to put these lines in .gitconfig, close terminal e open again, but still didn't work.
[i18n]
logoutputencoding = utf8
commitencoding = utf8
Anyone have other suggestion?