I’ve got a source code coded in Eclipse. When I open it in IntelliJ IDEA 11, all comments cannot be displayed, but instead of them I see some odd squares and other strange symbols. Also I receive many odd errors.
The error is: Error is: unmappable character for encoding UTF8
When I open the same project in Eclipse, I see no error and all comments are displayed properly.
Could this be because of proguard added some protection? Anyone can guess what can the problem be?
If I remember well, files in Eclipse are not encoded in UTF-8 by defaut, you have to tell it to use UTF-8 by default. If you want to convert your file, try using notepadd++.
Hope it helps