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?