al1lhomme / replicaisland

Automatically exported from code.google.com/p/replicaisland
Apache License 2.0
0 stars 0 forks source link

Apostrophe not preceded by backslash in lang files #48

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download project
2. Import into eclipse
3. 1000s of "R cannot be resolved" errors

R.java wasn't being generated, looks like the cause of the problem was a 
missing backslash before some apostrophes in the language files, here are the 
"fixes"

//strings.xml
<string name="Wanda_2_6_1_1">
Hey Mr. Android, are you stuck?  Here, I\'ll clear a path for you.  
</string>

// wanda.xml:
<string name="Wanda_2_6_1_1">
Hey Mr. Android, are you stuck?  Here, I\'ll clear a path for you.  
</string>

Original issue reported on code.google.com by that.matt.button on 20 Jun 2010 at 10:38

GoogleCodeExporter commented 8 years ago
The offending apostrophe in strings.xml is at:
<string name="Diary13">
He lied he ... cheek.  But no, I mustn\'t go to ... its savior.\n
</string>

line 341.

Original comment by odd...@gmail.com on 9 Jul 2010 at 12:36

GoogleCodeExporter commented 8 years ago
I make a diff patch on the current version

Please make it upstream! :)

Original comment by michele....@gmail.com on 7 Nov 2010 at 10:13

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed in next push, sorry for the delay.

Original comment by sm0a...@gmail.com on 3 Jan 2011 at 1:39