Bug 28027 - Files with accents in names are submitted incorrectly due to use of precomposed Unicode
Summary: Files with accents in names are submitted incorrectly due to use of precompos...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-05 14:51 PDT by Alexey Proskuryakov
Modified: 2009-08-05 17:11 PDT (History)
0 users

See Also:


Attachments
proposed fix (1.96 KB, patch)
2009-08-05 15:20 PDT, Alexey Proskuryakov
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2009-08-05 14:51:57 PDT
Steps to reproduce:
1) Mount an NFS share from a non-Mac system.
2) Create a file with an accent in its name (e.g. ё-моё.txt)
3) Attach this file to a new e-mail message in Yahoo Mail.

Results: the process never finishes, the spinner keeps spinning.

<rdar://7064428>
Comment 1 Alexey Proskuryakov 2009-08-05 15:20:26 PDT
Created attachment 34188 [details]
proposed fix
Comment 2 Oliver Hunt 2009-08-05 15:22:09 PDT
Comment on attachment 34188 [details]
proposed fix

r=me
Comment 3 Alexey Proskuryakov 2009-08-05 17:11:37 PDT
Committed <http://trac.webkit.org/changeset/46822>.