Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-8457] Android:KItchenSink-platform>XHR>UTF-8 - does not display the correct characters

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionCannot Reproduce
Resolution Date2013-03-19T13:54:41.000+0000
Affected Version/sRelease 2.0.0
Fix Version/sRelease 3.0.2
ComponentsAndroid
Labelsqe-and031912
ReporterSitara Shylaja
Assigneejithinpv
Created2012-03-30T13:37:25.000+0000
Updated2017-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

Comments

  1. jithinpv 2013-03-19

    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
  2. Lee Morris 2017-03-17

    Closing ticket as the issue cannot be reproduced.

JSON Source