{ "id": "142355", "key": "TIMOB-18322", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "16723", "description": "Windows Platform Support, ListView updates, Vector overlays in maps", "name": "Release 4.1.0", "archived": false, "released": true, "releaseDate": "2015-07-08" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2015-04-07T19:36:33.000+0000", "created": "2015-01-06T20:52:00.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [], "issuelinks": [ { "id": "47047", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "146436", "key": "TIMOB-18770", "fields": { "summary": "HAL: Variables using unicode characters cause Application Error", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "None", "id": "6" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "46615", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "145734", "key": "TIMOB-18704", "fields": { "summary": "Windows: Support custom fonts", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false } } } } ], "assignee": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2015-07-07T23:42:21.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "12642", "name": "Windows", "description": "Windows authoring support" } ], "description": "Need support for UTF-8 characters.\r\n\r\n{code}\r\nTi.API.info(\"網上廣東話輸入法\");\r\nvar bn = Ti.UI.createButton({title:\"網上廣東話輸入法\"});\r\n{code}\r\n\r\nshould be...", "attachment": [ { "id": "53429", "filename": "79c36970-5f30-11e4-8422-08cf7491549a.png", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2015-01-06T20:52:00.000+0000", "size": 2504, "mimeType": "image/png" }, { "id": "53428", "filename": "7bb520a2-5f30-11e4-8eca-983845402b74.png", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2015-01-06T20:52:00.000+0000", "size": 2742, "mimeType": "image/png" } ], "flagged": false, "summary": "Windows: Need to support UTF-8 characters", "creator": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "environment": null, "closedSprints": [ { "id": 351, "state": "closed", "name": "2015 Sprint 06 Windows", "startDate": "2015-03-14T13:58:11.366Z", "endDate": "2015-03-28T00:00:00.000Z", "completeDate": "2015-03-30T14:10:54.840Z", "originBoardId": 144 }, { "id": 352, "state": "closed", "name": "2015 Sprint 07 Windows", "startDate": "2015-03-29T05:00:59.261Z", "endDate": "2015-04-25T03:59:00.000Z", "completeDate": "2015-04-12T17:16:40.691Z", "originBoardId": 144 } ], "comment": { "comments": [ { "id": "346169", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "{{Ti.API.info(\"網上廣東話輸入法\");}} doesn't work. I find that {{TITANIUM_LOG_XXX}} macro doesn't work when {{std::string}} contains utf8 chars. Also I can see that some {{wstring}} appeared in Titanium modules, which should have been handled by {{TitaniumWindows::Utility::ConvertUTF8String}} functions. \r\n", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-03-17T02:33:14.000+0000", "updated": "2015-03-17T02:33:14.000+0000" }, { "id": "346187", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "https://github.com/appcelerator/titanium_mobile_windows/pull/168", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-03-17T09:30:54.000+0000", "updated": "2015-03-17T09:30:54.000+0000" }, { "id": "348578", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "This happens again, while porting corporate app. Ti.API.log functions doesn't support UTF-8 characters.", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-04-06T13:00:14.000+0000", "updated": "2015-04-06T13:00:14.000+0000" }, { "id": "348720", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "https://github.com/appcelerator/titanium_mobile_windows/pull/207", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-04-07T05:16:33.000+0000", "updated": "2015-04-07T05:16:33.000+0000" }, { "id": "357219", "author": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "body": "Verified using:\r\n\r\nWindows 8.1\r\nAppc CLI (NPM): 4.1.0-1\r\nAppc CLI (Registry): 4.1.0-6\r\nTi SDK: 4.1.0.v20150706111546\r\nAppc Studio: 4.1.0.201507061719\r\n\r\nUsing the attached sample the characters appears as expected\r\n\r\nClosing ticket", "updateAuthor": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "created": "2015-07-07T23:42:09.000+0000", "updated": "2015-07-07T23:42:16.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }