[Webkit-unassigned] [Bug 172849] REGRESSION (r199558): WKWebView upload file which name contains Chinese character results in garbled code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 6 09:58:09 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=172849

--- Comment #7 from Alexey Proskuryakov <ap at webkit.org> ---
> So is there anyway for developer to fix it from outside?

The only way I can think of is to make a renamed copy of the file in the delegate, one that doesn't have characters outside Latin-1 range. This is not a good workaround, as the file name would have to become different.

> Alexey, Andy, did you decide you disagree with me on this?

I still don't have a complete clarity on which layer is supposed to perform normalization, if any. But this sounds like how the String/NSString based APIs *should* work, so I agree that switching to url.path would be a better fix here.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170606/1064694b/attachment.html>


More information about the webkit-unassigned mailing list