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 F3A4A17BA3 for ; Fri, 15 May 2015 10:51:00 +0000 (UTC) Received: (qmail 20924 invoked by uid 500); 15 May 2015 10:51:00 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 20902 invoked by uid 500); 15 May 2015 10:51:00 -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 20887 invoked by uid 99); 15 May 2015 10:51:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 May 2015 10:51:00 +0000 Date: Fri, 15 May 2015 10:51:00 +0000 (UTC) From: =?utf-8?Q?Jo=C3=A3o_Lu=C3=ADs_=28JIRA=29?= To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CB-8250) special characters in config.xml 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-8250?page=3Dcom.atlassian.ji= ra.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1454529= 6#comment-14545296 ]=20 Jo=C3=A3o Lu=C3=ADs edited comment on CB-8250 at 5/15/15 10:50 AM: --------------------------------------------------------- Replacing the special chars in android_parser.js is only half solution.=20 The name is also used in platforms to set the text bellow the icon after in= stalling the app. (i.g. in android, it set the value for strings.xml) We should also encode the special chars and set them to be used in the plat= form. This allow having apps with names like " My $ & =E2=82=AC". was (Author: jrluis): Replacing the special chars in android_parser.js is only half solution.=20 The name is also used in platforms to set the text bellow the icon after in= stalling the app. (i.g. in android it set the value for strings.xml) We should also encode the special chars and set them to be used in the plat= form. This allow having apps with names like " My $ & =E2=82=AC". > special characters in config.xml > -------------------------------- > > Key: CB-8250 > URL: https://issues.apache.org/jira/browse/CB-8250 > Project: Apache Cordova > Issue Type: Bug > Components: CLI > Affects Versions: 3.5.0, 4.1.3 > Environment: Mac OSX Android iOS > Reporter: Julien Durens > > In the config.xml, when you have an app name containing a special charact= er (in my case a single quote, or an apostropher) it has to be escaped to w= ork on android, but it shouldn't on iOS. So I had to change the name of the= app according to the platform I was trying to build: > My app isn\'t that bad on android > and > My app isn't that bad on ios > this kind of job shoud be done by the cordova platform add command -- 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