for some files git diff presents me instead of accented characters , I don’t really know if the problem is git diff.
The GUI I use for git is git Kraken, below is a print of the error.
Did you set the encoding in your file? Because git only reads the file
Did you set the encoding in your file? Because git only reads the file
– Diego
how do I see that? @Diego
– Felipe
By Windows you can change by Notepad++ itself and by Linux you can use the command 'iconv': https://www.vivaolinux.com.br/dica/Consertando-encoding
– Diego