{ "id": "62588", "key": "TIMOB-1956", "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": [ { "id": "11240", "name": "Release 1.6.0 M07", "archived": true, "released": true, "releaseDate": "2011-01-31" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-17T01:57:39.000+0000", "created": "2011-04-15T03:06:26.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "defect", "ios", "localization", "release-1.6.0", "string" ], "versions": [], "issuelinks": [], "assignee": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-04-17T01:57:39.000+0000", "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" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "{html}
The following string breaks toString() - \"Dedham - Guide Price\n£620,000 - £700,000\"
\nhappens on iPhone & iPad
Tested, submitted test to bugtests; works for me. Probably\nalready fixed, I remember doing something with toString() and\nunicode in the past.
Tested the following code on iPhone Simulator 4.2 and iPad\nSimulator 1.5
\n\nTi.API.info('Dedham - Guide Price £620,000 - £700,000'.toString());
\n
\nWorks as expected:
\n\n[INFO] Dedham - Guide Price £620,000 - £700,000
\n
\nTi SDK 1.6 (Jan 26 2011 18:55 rbd12917d)