WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 8769
9482
Sarfari file upload send file name not in NFC
https://bugs.webkit.org/show_bug.cgi?id=9482
Summary
Sarfari file upload send file name not in NFC
Frank Yung-Fong Tang
Reported
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
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.
Darin Adler
Comment 2
2006-06-19 13:46:05 PDT
*** This bug has been marked as a duplicate of
8769
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug