[Webkit-unassigned] [Bug 81270] FileApi does not handle files with NFD encoded umlaut in file name

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 21 10:20:01 PDT 2012


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





--- Comment #19 from Adam Barth <abarth at webkit.org>  2012-03-21 10:20:00 PST ---
I think you're running into a basic impedance mismatch in that the web operates in terms of Unicode and the Linux filesystem operates in terms of octet sequences.  It's not going to be possible to round-trip arbitrary octet sequences through Unicode, even if we muck around with the normalizations here.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list