You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Vladimir Kotikov (JIRA)" <ji...@apache.org> on 2014/06/12 15:23:02 UTC

[jira] [Updated] (CB-6932) Cannot build wp8 under Chinese (Simplified) System locale

     [ https://issues.apache.org/jira/browse/CB-6932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Kotikov updated CB-6932:
---------------------------------

    Description: 
*Steps to reproduce:*
#. Bring up a node.js command prompt.
#. If cordova is not installed, install using 'npm install -g cordova'.
#. cordova create hello
#. cd hello
#. cordova platform add wp8
#. cordova build wp8

Error appears.
{noformat}
D:\PROJECTS\Temp\test-bom\platforms\wp8\App.xaml(1,1,1,1): error : Invalid character in the given encoding. Line 1, position 1. [D:\PROJECTS\Temp\test-bom\platforms\wp8\HelloCordova.csproj]
{noformat}
There is a malformed files that changed during create process for the wp8 project under the Chinese system locale. It looks like create.js is interpreting the initial file header incorrectly with the Chinese system locale, then printing it out to the file.

Build will fail under a different System locale as well.

  was:
*Steps to reproduce:*
#. Bring up a node.js command prompt.
#. If cordova is not installed, install using 'npm install -g cordova'.
#. cordova create hello
#. cd hello
#. cordova platform add wp8
#. cordova build wp8

Error appears.
{{noformat}}
D:\PROJECTS\Temp\test-bom\platforms\wp8\App.xaml(1,1,1,1): error : Invalid character in the given encoding. Line 1, position 1. [D:\PROJECTS\Temp\test-bom\platforms\wp8\HelloCordova.csproj]
{{noformat}}

There is a malformed files that changed during create process for the wp8 project under the Chinese system locale. It looks like create.js is interpreting the initial file header incorrectly with the Chinese system locale, then printing it out to the file.

Build will fail under a different System locale as well.


> Cannot build wp8 under Chinese (Simplified) System locale
> ---------------------------------------------------------
>
>                 Key: CB-6932
>                 URL: https://issues.apache.org/jira/browse/CB-6932
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: WP8
>    Affects Versions: 3.6.0
>         Environment: Windows 8.1, Simlified Chinese locale
>            Reporter: Vladimir Kotikov
>            Assignee: Jesse MacFadyen
>              Labels: chinese, locale, wp8
>             Fix For: 3.6.0
>
>
> *Steps to reproduce:*
> #. Bring up a node.js command prompt.
> #. If cordova is not installed, install using 'npm install -g cordova'.
> #. cordova create hello
> #. cd hello
> #. cordova platform add wp8
> #. cordova build wp8
> Error appears.
> {noformat}
> D:\PROJECTS\Temp\test-bom\platforms\wp8\App.xaml(1,1,1,1): error : Invalid character in the given encoding. Line 1, position 1. [D:\PROJECTS\Temp\test-bom\platforms\wp8\HelloCordova.csproj]
> {noformat}
> There is a malformed files that changed during create process for the wp8 project under the Chinese system locale. It looks like create.js is interpreting the initial file header incorrectly with the Chinese system locale, then printing it out to the file.
> Build will fail under a different System locale as well.



--
This message was sent by Atlassian JIRA
(v6.2#6252)