Yuuki Tada created CB-11686:
-------------------------------
Summary: Multibyte charactors are replaced to underscore when
adding android platform
Key: CB-11686
URL: https://issues.apache.org/jira/browse/CB-11686
Project: Apache Cordova
Issue Type: Improvement
Components: Android
Affects Versions: 5.0.0
Environment: * Darwin 15.4.0 Darwin Kernel Version 15.4.0: Fri Feb 26
22:08:05 PST 2016; root:xnu-3248.40.184~3/RELEASE_X86_64 x86_64
* Windows 10 Pro 64bit version: 1511, OS build: 10586.494
Reporter: Yuuki Tada
Priority: Trivial
It would be better not to replace the multibyte charactors to underscore when
adding android platform.
Steps to reproduce:
# cordova create hello io.cordova.hellocordova コルドバ
# cd hello
# cordova platform add android
Expected result:
{code}
Adding android project...
Creating Cordova project for the Android platform:
Path: platforms/android
Package: io.cordova.hellocordova
Name: コルドバ
Activity: MainActivity
Android target: android-23
Android project created with [email protected]
{code}
Actual result
{code}
Adding android project...
Creating Cordova project for the Android platform:
Path: platforms/android
Package: io.cordova.hellocordova
Name: _______
Activity: MainActivity
Android target: android-23
Android project created with [email protected]
{code}
Note:
_cordova build android_ command generates expected apk. (Application's name is
not changed.) It's only the display matter.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]