[TIMOB-8457] Android:KItchenSink-platform>XHR>UTF-8 - does not display the correct characters
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2013-03-19T13:54:41.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | Release 3.0.2 |
Components | Android |
Labels | qe-and031912 |
Reporter | Sitara Shylaja |
Assignee | jithinpv |
Created | 2012-03-30T13:37:25.000+0000 |
Updated | 2017-03-17T18:40:06.000+0000 |
Description
On KitchenSink->Platform>XHR> UTF-8 GET/POST does not display the correct character encoding.
Steps to reproduce :
1:tap on UTF-8 GET/POST
Actual Result:
1: Label-1 should display array(1) { ["a"]=> string(9) "€漢å" } array(0) { }
2: Label-2 should display array(2) { ["b"]=> string(9) "€漢å" ["a"]=> string(10) "aöbäcüd" } array(0) { }
3: Label-3 should display array(1) { ["a"]=> string(9) "€漢å" } array(0) { }
Expected Result:
1: Label-1 should display array(1) { ["a"]=> string(9) "€漢字" } array(0) { }
2: Label-2 should display array(2) { ["b"]=> string(9) "€漢字" ["a"]=> string(10) "aöbäcüd&a" } array(0) { }
3: Label-3 should display array(1) { ["a"]=> string(9) "€漢字" } array(0) { }
note:
This also occurs in 1.8.2 Sdk
Issue does not reproduces Tested with Titanium Studio, build: 3.0.1.201212181159 Titanium SDK version: 3.1.0 (03/11/13 15:43 0c88429) Titanium SDK version: 3.0.2 (02/07/13 16:46 a4def81) Device: Samsung galaxy s duos Android version: 4.0.4 jithinpv
Closing ticket as the issue cannot be reproduced.