Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5486310EFF for ; Fri, 4 Dec 2015 12:28:11 +0000 (UTC) Received: (qmail 4188 invoked by uid 500); 4 Dec 2015 12:28:11 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 4164 invoked by uid 500); 4 Dec 2015 12:28:11 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 4144 invoked by uid 99); 4 Dec 2015 12:28:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Dec 2015 12:28:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id EB1B22C1F6B for ; Fri, 4 Dec 2015 12:28:10 +0000 (UTC) Date: Fri, 4 Dec 2015 12:28:10 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-9840) Fallback file-transfer uploadResponse encoding to latin1 in case not encoded with UTF-8 on iOS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-9840?page=3Dcom.atlassian.ji= ra.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1504151= 2#comment-15041512 ]=20 ASF GitHub Bot commented on CB-9840: ------------------------------------ GitHub user daserge opened a pull request: https://github.com/apache/cordova-labs/pull/10 CB-9840 Fallback file-transfer uploadResponse encoding to latin1 in c= =E2=80=A6 =E2=80=A6ase not encoded with UTF-8 on iOS =20 Adds non-utf endpoints for the correspoding tests: [filetransfer.spec.3= 6](https://github.com/apache/cordova-plugin-file-transfer/blob/866349eb849e= 6260755d587066850c783d6bdb05/tests/tests.js#L739) and [37](https://github.c= om/apache/cordova-plugin-file-transfer/blob/866349eb849e6260755d587066850c7= 83d6bdb05/tests/tests.js#L1119).=20 Implemented using [node-iconv](https://github.com/bnoordhuis/node-iconv= ). =20 [Jira issue](https://issues.apache.org/jira/browse/CB-9840) You can merge this pull request into a Git repository by running: $ git pull https://github.com/daserge/cordova-labs cordova-filetransfer Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-labs/pull/10.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #10 =20 ---- commit 9f5e1a2e18a82891ce3b255fbee72f87cbc9dc3c Author: daserge Date: 2015-12-04T12:20:59Z CB-9840 Fallback file-transfer uploadResponse encoding to latin1 in cas= e not encoded with UTF-8 on iOS =20 Adds non-utf endpoints for the correspoding tests: filetransfer.spec.36= and 37. Implemented using node-iconv. ---- > Fallback file-transfer uploadResponse encoding to latin1 in case not enco= ded with UTF-8 on iOS > -------------------------------------------------------------------------= --------------------- > > Key: CB-9840 > URL: https://issues.apache.org/jira/browse/CB-9840 > Project: Apache Cordova > Issue Type: Bug > Components: Plugin File Transfer > Reporter: Sergey Shakhnazarov > Assignee: Sergey Shakhnazarov > Priority: Minor > Labels: ios > > Otherwise the response is empty in the current version. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org