alemenu / frozenbubbleandroid

Automatically exported from code.google.com/p/frozenbubbleandroid
GNU General Public License v2.0
0 stars 0 forks source link

java: unmappable character for encoding UTF-8 #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm using the latest version of Android Studio to compile the project (Android 
Studio is an IDE that was released recently based IntelliJIDEA and endorsed by 
Google) and it's configured by default to have the compiler use UTF-8 to 
process the source code. That causes the compilation error "java: unmappable 
character for encoding UTF-8" on every file that has the following header (the 
offending character seems to be the copyright sign):

Copyright � 2000-2003 Guillaume Cottenceau.

Original issue reported on code.google.com by germanvi...@gmail.com on 11 Jun 2013 at 5:44

GoogleCodeExporter commented 9 years ago
To make it work it's necessary to go to "Preferences" and the change the 
project encoding to "ISO-8859-1". Note that this differs from the default 
(UTF-8)

Original comment by germanvi...@gmail.com on 11 Jun 2013 at 5:54

GoogleCodeExporter commented 9 years ago
Well that's what I get for trying to be slick, instead of just using (c).

I'm unsure where to note this, other than that if I ever do a massive update, I 
can go ahead and replace the character.  I'll add a comment to the 
BuildInstructions Wiki page.

Original comment by forter...@gmail.com on 11 Jun 2013 at 10:42

GoogleCodeExporter commented 9 years ago
Fixed in version 1.19.

Original comment by forter...@gmail.com on 12 Jul 2013 at 12:11