[
https://issues.apache.org/jira/browse/CB-5421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13825508#comment-13825508
]
Sergey Grebnov commented on CB-5421:
------------------------------------
Link to official prove resource
(http://msdn.microsoft.com/en-us/library/windows/apps/jj657973.aspx)
File encoding test
HTML, CSS, and JavaScript files must be encoded in UTF-8 form with a
corresponding byte-order mark (BOM) to benefit from bytecode caching and avoid
certain runtime error conditions.
> 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)