joelf68 / imsdroid

Automatically exported from code.google.com/p/imsdroid
0 stars 0 forks source link

minor build fix: remove (non?) utf-8 character #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
this is really non-essential, but it removes an annoying warning when compiling 
from a non-utf-8 console.

this is the warning i get:
    [javac] Compiling 244 source files to /home/bangert/thesis/imsdroid/imsdroid/bin/classes
    [javac] /home/bangert/thesis/imsdroid/imsdroid/src/org/doubango/imsdroid/Screens/ScreenSecurity.java:190: warning: unmappable character for encoding ascii
    [javac]                     intent.putExtra("explorer_title", "�a ne marche pas");
    [javac]                                                        ^
    [javac] 1 warning

the attached patch fixes the problem for me.
thanks

Original issue reported on code.google.com by thilo.ba...@gmail.com on 5 Aug 2010 at 12:45

Attachments:

GoogleCodeExporter commented 9 years ago
Patch applied. Will be closed after commit.

Original comment by boss...@yahoo.fr on 5 Aug 2010 at 9:48

GoogleCodeExporter commented 9 years ago
Fixed in revision 234.

Original comment by boss...@yahoo.fr on 9 Aug 2010 at 5:23