Ali Elderov created CB-14180:
--------------------------------

             Summary: (encoding): problem with utf-8 names on mobile devices 
with Google Drive or iCloud
                 Key: CB-14180
                 URL: https://issues.apache.org/jira/browse/CB-14180
             Project: Apache Cordova
          Issue Type: Bug
         Environment:  
{noformat}
cordova v6.5.0
<engine name="ios" spec="~4.5.3" />
<engine name="android" spec="~6.3.0" />
<plugin name="cordova-plugin-wkwebview-engine" spec="~1.1.4" />
{noformat}
 
            Reporter: Ali Elderov


Hallo guys!

maybe this is duplicate, but I can't find other ticket...

I have problem with mobile devices and external storages, like Google Drive. 

if I select file with UTF-8 characters, then the plugin can't read this file. 

I try to upload files like:
* `Bösefile.jpg` (without empty space)
* `Böse file.jpg`
* `Копия Böse file.jpg`
* `Копия "Копия Böse file.jpg"`
etc...

ngf-select show, that the file has always filesize=0 and filename was written 
broken too. 
![image](https://user-images.githubusercontent.com/2271337/41964416-2df9d73e-79fa-11e8-9e49-d72fa0ded061.png)

If I select file with normal name, then filesize was written correct:
![image](https://user-images.githubusercontent.com/2271337/41964561-96dbec9c-79fa-11e8-900d-99e72abad64e.png)

same code on desktop app work good.

Has anybody same problem? any "dirty" fix for this? ^_^


## **update**

So... I tested on my different apps.
The problem exist if I use `WKWebView`, with normal View plugin work fine...



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to