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 2016/08/10 14:30:21 UTC

[jira] [Closed] (CB-11686) Multibyte charactors are replaced to underscore when adding android platform

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

Vladimir Kotikov closed CB-11686.
---------------------------------
    Resolution: Won't Fix

> 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
>              Labels: android, triaged
>
> 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 cordova-android@5.2.1
> {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 cordova-android@5.2.1
> {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: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org