Bug 9482 - Sarfari file upload send file name not in NFC
Summary: Sarfari file upload send file name not in NFC
Status: RESOLVED DUPLICATE of bug 8769
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 416.x
Hardware: PC OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-17 03:07 PDT by Frank Yung-Fong Tang
Modified: 2006-06-19 13:46 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Yung-Fong Tang 2006-06-17 03:07:33 PDT
reproduce procedure
1. name a file "Îñţérñåţîöñåļîžåţîöñ" by copy and paste the text here. 
2. go to a form to upload the file
3. the file name sent by safari change from "Îñţérñåţîöñåļîžåţîöñ" to a decomposed form which is not Unicode NFC used on the web. the file name is send out as in Unicode NFD instead of in NFC, you need to add a Unicode normalization NFC code when sending out the file name see 

http://developer.apple.com/qa/qa2001/qa1235.html
http://developer.apple.com/technotes/tn2002/tn2078.html
http://twiki.org/cgi-bin/view/Codev/MacOSXFilesystemEncodingWithI18N

for details.
Comment 1 Alexey Proskuryakov 2006-06-17 03:11:44 PDT
Reporter, can you reproduce the problem with a nightly build from <nightly.webkit.org>? I think this has been already fixed.
Comment 2 Darin Adler 2006-06-19 13:46:05 PDT

*** This bug has been marked as a duplicate of 8769 ***