-
14 Apr 2012 7:26 AM #1
[2.0.1RC] iOS native Ext.device.Notification bug with accented characters
[2.0.1RC] iOS native Ext.device.Notification bug with accented characters
On iOS device or simulator, Ext.device.Notification improperly shows accented characters.
Example message: 'Locación'
Output: 'Locación'
It looks like the message string is encoded from UTF-8 to any of the following: Western (ISO Latin-1), Western (ISO Latin-9), Western (Windows Latin 1).
Source file is UTF-8 encoded, there are no issues using accented characters in Sencha Touch UI components.
-
16 Apr 2012 6:41 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 34,121
- Vote Rating
- 453
Thank you for the report.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
24 Apr 2012 2:07 PM #3
-
26 Apr 2012 8:01 AM #4
-
21 Jun 2012 12:42 PM #5
Hello,
same problem for me, but stbuild package doesn't changed anything ...
doesn't show the expected éCode:Ext.device.Notification.show({ message : "- é - \u00e9", buttons : ['OK'] });
Success! Looks like we've fixed this one. According to our records the fix was applied for
TOUCH-2758
in
Sprint 22 (2.0.2).


Reply With Quote