[Webkit-unassigned] [Bug 9482] New: Sarfari file upload send file name not in NFC

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sat Jun 17 03:07:36 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9482

           Summary: Sarfari file upload send file name not in NFC
           Product: WebKit
           Version: 416.x
          Platform: PC
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: FrankTang+opendarwin at gmail.com


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.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list