[TIMOB-1901] Android: XML parser unable to correctly handle numeric entities
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2014-02-11T14:34:25.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | n/a |
Components | Android |
Labels | api |
Reporter | Thomas Huelbert |
Assignee | Sunila |
Created | 2011-04-15T03:05:05.000+0000 |
Updated | 2017-03-17T18:19:25.000+0000 |
Description
split off of #1831 (as per Don), other platforms worked as expected.
1.using the attached files, play the app back on a g1 (1.6)
2.look at the text being displayed (specifically "element
text")
results:"e grave is" (xml is e grave is è) expected is "e grave is è" the è char is not being displayed
Attachments
File | Date | Size |
---|---|---|
app.js | 2011-04-15T03:05:06.000+0000 | 1100 |
test.xml | 2011-04-15T03:05:06.000+0000 | 137 |
Didn't see an attached file, mind attaching and re-opening?
oops, sorry here's the files
Tested on a Samsung Galaxy S2 using TiSDK 2.2.0v20120821095711, issue still valid.
Ran the sample and the character represented by the numeric entity is correctly displayed
Closing ticket as the issue cannot be reproduced.