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 103FD1074D for ; Sun, 17 Nov 2013 03:45:22 +0000 (UTC) Received: (qmail 15642 invoked by uid 500); 17 Nov 2013 03:45:21 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 15579 invoked by uid 500); 17 Nov 2013 03:45:21 -0000 Mailing-List: contact issues-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 issues@cordova.apache.org Received: (qmail 15571 invoked by uid 99); 17 Nov 2013 03:45:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Nov 2013 03:45:21 +0000 Date: Sun, 17 Nov 2013 03:45:21 +0000 (UTC) From: "Maxime LUCE (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CB-5421) Add BOM to all html, js, css files to ensure app can pass Windows Store Certification MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Maxime LUCE created CB-5421: ------------------------------- Summary: Add BOM to all html, js, css files to ensure app can pass Windows Store Certification Key: CB-5421 URL: https://issues.apache.org/jira/browse/CB-5421 Project: Apache Cordova Issue Type: Improvement Components: CLI, Windows 8 Reporter: Maxime LUCE Assignee: Maxime LUCE Windows Store Certification requires each javascript, html and css files to be encoded in utf-8, with BOM (byte order mark). So it could be helpful to ensure this encoding during project update. It could be added in windows8_parser.js. -- This message was sent by Atlassian JIRA (v6.1#6144)