Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-12120] Allow accented text in label (see description)

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-06-18T02:35:50.000+0000
Affected Version/sn/a
Fix Version/s2013 Sprint 13 BB, 2013 Sprint 13, Release 3.2.0
ComponentsBlackBerry
Labelsn/a
ReporterRussell McMahon
AssigneeJosh Roesslein
Created2012-12-18T17:59:49.000+0000
Updated2014-06-19T12:44:06.000+0000

Description

Comments

  1. Samuel Dowse 2013-11-14

    Verified fixed on: Mac OSX 10.9 Mavericks Titanium Studio, build: 3.2.0.201311122225 Titanium SDK, build: 3.2.0.v20131113094843 CLI: 3.2.0 Alloy: 1.3.0 BlackBerry Simulator: 10.2.0.1791
       var win = Titanium.UI.createWindow({backgroundColor:'#fff'});
       var label = Titanium.UI.createLabel({text:'Hello, BlackBerry en français accentué!'});
       win.add(label);
       win.open();
       
    Simulator displays "Hello, BlackBerry en français accentué!" Closing.

JSON Source