[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
Mon Mar 26 13:01:07 PDT 2012


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





--- Comment #27 from Eric U. <ericu at chromium.org>  2012-03-26 13:01:07 PST ---
(In reply to comment #25)
> > What do you suggest?
> 
> I'm not sure.  I don't have a complete understanding of the system.  Perhaps filesystem URLs should let you represent non-Unicode file paths using base64.

In this case, we've got problems with Unicode paths, though, and it would be really nice not to have to base64 anything that wasn't NFC.  I suppose we could have a pass that %-encoded any non-NFC chars in filesystem URL paths.  That would contain the ugliness, at least, and not surprise people who don't use the filesystem.

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