Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-7494

cordova-windows fails to build app with unicode name using cordova/build.bat script

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • cordova-windows
    • None

    Description

      Repro steps (in cordova-windows repo):
      windows\bin\create "testcreate 応用" com.test.app 応用
      ".windows\testcreate 応用\cordova\build"

      Expected:
      App builds successfully.

      Actual:

      package.windows80.appxmanifest(35,22): error APPX3032: App manifest validation failed.
      Value '応用' of attribute '/Package/Applications/Application/@Id' is n ot a valid ASCII Windows ID.
      It must contain one or more parts, separated with periods, where each part contains only characters a-z, A-Z, 0-9, and does no t start with a digit.
      [d:\cordova\cordova-windows\windows\testcreate 応用\CordovaApp.Windows80.jsproj]
      

      This doesn't affects CLI

      The reason is that bin/create script write app name and app id in wrong places at *.manifest files

      Attachments

        Activity

          People

            Unassigned Unassigned
            vladimir.kotikov Vladimir Kotikov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: