Project import encoding problem for Android Studio

6

Imported a project via SVN in Android Studio.

Previously, the project was in Eclipse and whoever handled the project ended up committing files as .classpath . From there I started to have an encoding problem that, regardless of what I do, remains. This has compromised the project strings.

Ex:

"Verifique se a conex�o WI-FI esta ativa."

I have already changed the encoding for UTF-8 , Cp1252 , etc without getting positive results.

Can anyone help me with this question?

    
asked by anonymous 19.05.2015 / 18:36

1 answer

0

Open the file in question, right-click on it, File Encoding option. Try changing to "windows-1252" and see if that works out.

    
20.05.2015 / 14:57