[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:21:42 PDT 2012


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





--- Comment #20 from Alexey Proskuryakov <ap at webkit.org>  2012-03-21 10:21:41 PST ---
> Is NFD so rare?

My understanding is that NFD is pretty much limited to OS X. Windows uses precomposed form, and most other systems that became Unicode aware later (including the Web as a whole) naturally leaned towards Windows compatibility.

I do not know very much about modern Linux though.

> The kernel just treats strings as bytes

Sounds like a robust solution would also have to deal with malformed strings (unpaired surrogates etc). I'd prefer if we didn't need to round trip these.

Perhaps a way to hide this issue in practice would be for chromium filesystem code to try a different normalization if a file is not found at first.

-- 
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