gitg doesn't display correctly git diff of UTF8 files, even while
- git does it correctly (as seen on the console)
- gitg correctly displays UTF8 files (not diff)
Is it possible to configure it to correctly display diff of UTF8 encoded files ? If so how ?
EDIT :
barti_ddu helped me realize that what seems to happen, in fact, is that gitg guess the encoding from the received diff file.
I have this problem when I replace badly encoded chars by well encoded ones : the first one in the diff is the bad one, which probably leads to a bad guess (and gives the impression I'm replacing well encoded chars by bad ones) :
So the (less important) goal would be to force gitg decode diff as UTF8 instead of guessing.