[TIMOB-12120] Allow accented text in label (see description)
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2013-06-18T02:35:50.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | 2013 Sprint 13 BB, 2013 Sprint 13, Release 3.2.0 |
| Components | BlackBerry |
| Labels | n/a |
| Reporter | Russell McMahon |
| Assignee | Josh Roesslein |
| Created | 2012-12-18T17:59:49.000+0000 |
| Updated | 2014-06-19T12:44:06.000+0000 |
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
Simulator displays "Hello, BlackBerry en français accentué!" Closing.var win = Titanium.UI.createWindow({backgroundColor:'#fff'}); var label = Titanium.UI.createLabel({text:'Hello, BlackBerry en français accentué!'}); win.add(label); win.open();