{ "id": "128405", "key": "TIMOB-16815", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": null, "resolutiondate": null, "created": "2014-03-27T19:58:57.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "android", "i0S", "internationalization", "parity" ], "versions": [ { "id": "15857", "description": "Release 3.2.2", "name": "Release 3.2.2", "archived": false, "released": true, "releaseDate": "2014-03-09" } ], "issuelinks": [ { "id": "37457", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "inwardIssue": { "id": "130129", "key": "AC-856", "fields": { "summary": "Alloy - android fails to display unicode service mark", "status": { "description": "A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.", "name": "Resolved", "id": "5", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "36602", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "inwardIssue": { "id": "128952", "key": "AC-851", "fields": { "summary": "Internationalization Unicode bug with Alloy", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": null, "updated": "2018-09-20T19:35:14.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "When trying to display unicode characters in the i18n strings.xml file iOS requires a capital 'U', android requires a lowercase 'u'. If not provided the typed characters show up.\r\n\r\nexample a non breaking space with code 00A0,\r\n\\u00A0 - android\r\n\\U00A0 - iOS\r\n\r\nno known workaround with internationalization, as it doesn't allow if/else code branches. Ideally, both would allow both.", "attachment": [], "flagged": false, "summary": "iOS / Android: Internationalization Unicode Prefix Parity", "creator": { "name": "paul h", "key": "paul h", "displayName": "Paul Hamilton", "active": true, "timeZone": "America/Havana" }, "subtasks": [], "reporter": { "name": "paul h", "key": "paul h", "displayName": "Paul Hamilton", "active": true, "timeZone": "America/Havana" }, "environment": "android, iphone", "comment": { "comments": [ { "id": "299993", "author": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Moving this ticket to engineering as I can reproduce this issue with a simple test case. iOS and Android platforms expect a differ unicode prefix.\r\n\r\nStrings.xml file (i18n/en directory)\r\n{code}\r\n\r\n\r\n Testing no-breaking space \\u00A0\r\n Testing no-breaking space \\U00A0\r\n\r\n{code}\r\n\r\napp.js file:\r\n\r\n{code}\r\nvar win = Titanium.UI.createWindow({\r\n backgroundColor : '#fff'\r\n});\r\n \r\nwin.add(Titanium.UI.createLabel({\r\n\ttop: 100,\r\n color : '#333',\r\n text : L('u_str'),\r\n}));\r\n\r\nwin.add(Titanium.UI.createLabel({\r\n top: 200,\r\n color : '#333',\r\n text : L('U_str'),\r\n}));\r\n \r\nwin.open();\r\n{code}", "updateAuthor": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-04-06T06:14:39.000+0000", "updated": "2014-04-06T06:15:21.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }