[TIMOB-13492] BlackBerry: Window.title does not display unicode characters correctly.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-04-09T01:16:17.000+0000 |
Affected Version/s | Release 3.2.0 |
Fix Version/s | 2013 Sprint 08 BB, 2013 Sprint 08, Release 3.2.0 |
Components | BlackBerry |
Labels | qe-testadded, sdk-bb |
Reporter | Josh Roesslein |
Assignee | Josh Roesslein |
Created | 2013-04-09T01:08:24.000+0000 |
Updated | 2014-06-19T12:42:57.000+0000 |
Description
If the title of a window contains unicode text, it will not be properly rendered.
Test Case
var win = Ti.UI.createWindow({
backgroundColor : "white",
title : 'تجريبي'
});
win.open();
Verified with Ti sdk build : 3.2.0.v20130409093412. The unicode characters are displayed properly on the window title. Thus closing the issue. Environment: Ti Studio : 3.1.0.201304031528 Ti BB SDK : 3.2.0.v20130409093412 Mac OSX : 10.8.2 win 7 Win 8 BB simulator : 10.0.10.261 Z10 device running 10.0.10.88