[AC-2502] Blackberry BB4 : Components don't manage accented characters
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Closed |
| Resolution | Needs more info |
| Resolution Date | 2013-03-20T22:35:32.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Titanium SDK & CLI |
| Labels | BB4, Blackberry |
| Reporter | Vincent |
| Assignee | Mauro Parra-Miranda |
| Created | 2012-12-10T11:01:27.000+0000 |
| Updated | 2016-03-08T07:41:33.000+0000 |
Description
tested with Ti.UI.Label and Ti.UI tableViewRow but it should be the same for all Components
case :
in the startApp try
win.add(
Ti.UI.createLabel({text: 'Hello, BlackBerry en français accentué !'} )
);
Hi Vincent, Is this for mobile web or one of the old blackberry platforms(not BB10)?