Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1956] toString breaks with unicode symbols

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:57:39.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.6.0 M07
ComponentsiOS
Labelsdefect, ios, localization, release-1.6.0, string
Reporterctredway
AssigneeBlain Hamon
Created2011-04-15T03:06:26.000+0000
Updated2011-04-17T01:57:39.000+0000

Description

The following string breaks toString() - "Dedham - Guide Price £620,000 - £700,000"

happens on iPhone & iPad

Comments

  1. Stephen Tramer 2011-04-15

    Tested, submitted test to bugtests; works for me. Probably already fixed, I remember doing something with toString() and unicode in the past.

  2. Pedro Enrique 2011-04-15

    Tested the following code on iPhone Simulator 4.2 and iPad Simulator 1.5

       Ti.API.info('Dedham - Guide Price £620,000 - £700,000'.toString());
       

    Works as expected:

       [INFO] Dedham - Guide Price £620,000 - £700,000
       

    Ti SDK 1.6 (Jan 26 2011 18:55 rbd12917d)

JSON Source