I got a eclipse project that was working OK.
One day I had to format my machine, so I copied my workspace into a backup, after installing eclipse again, I imported my projects from my backed up workspace.
What happened is that it corrupted all the string that contains special characters..
like.. é
, são
, etc.. to É
, são
...
Is there a way to refactor it back to normal?
I tried changing character encoding in eclipse, but it doesn't update the class files.