Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8FBD9185E2 for ; Tue, 8 Dec 2015 21:18:33 +0000 (UTC) Received: (qmail 29294 invoked by uid 500); 8 Dec 2015 21:18:33 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 29246 invoked by uid 500); 8 Dec 2015 21:18:33 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 29233 invoked by uid 500); 8 Dec 2015 21:18:33 -0000 Delivered-To: apmail-incubator-callback-dev@incubator.apache.org Received: (qmail 29230 invoked by uid 99); 8 Dec 2015 21:18:33 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Dec 2015 21:18:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E24BCE0942; Tue, 8 Dec 2015 21:18:32 +0000 (UTC) From: dblotsky To: callback-dev@incubator.apache.org Reply-To: callback-dev@incubator.apache.org References: In-Reply-To: Subject: [GitHub] cordova-labs pull request: CB-9840 Fallback file-transfer uploadRe... Content-Type: text/plain Message-Id: <20151208211832.E24BCE0942@git1-us-west.apache.org> Date: Tue, 8 Dec 2015 21:18:32 +0000 (UTC) Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-labs/pull/10#discussion_r47014925 --- Diff: server.js --- @@ -6,6 +6,11 @@ var formidable = require('formidable'), var DIRECT_UPLOAD_LIMIT = 32; // bytes +// convert from UTF-8 to ISO-8859-1 +var LATIN1_SYMBOLS = '¥§©ÆÖÑøøø¼'; --- End diff -- Yeah, you're right. They're both equally difficult to maintain. I guess we'll just wait and see, and if it becomes a problem we can revisit it later. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org