1
I have a project in Java, and for example: Type in some line of my code "Not set", when I push to git it gets "N the set" or something worse. Is there any way to avoid this in any git configuration, or in my own Java application ? Once I hear about something like Locale in Java, I just don’t remember how it works anymore, whether it will solve the problem or how it implements. NOTE: I use Github and push by Eclipse IDE.
The meeting is already UTF-8
– Gabriel Henrique
Being with UTF-8 doesn’t mean it won’t be a problem! The question is, if you’re saving in UTF-8, you’re not "reading" in the same format. 1 - Check the Git installation. 2 - Try to create a new repository and add a file with the notepad, for example, and test if the same problem occurs
– egomesbrandao