Vladimir Kotikov created CB-6932:
------------------------------------

             Summary: 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
             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)

Reply via email to