Bug 28027

Summary: Files with accents in names are submitted incorrectly due to use of precomposed Unicode
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: FormsAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
proposed fix oliver: review+

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