[Bug 14526] WF2: When adding filenames to the data set, should there be normalization of decomposed forms?

http://www.w3.org/Bugs/Public/show_bug.cgi?id=14526

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #9 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-10-28 00:53:42 UTC ---
Ok I built a test: http://damowmow.com/playground/demos/filename-upload/

Results:
Firefox/10.0a1 on Mac and Opera/9.80 on Mac send the filename decomposed.
Everyone else I tested (IE/9, Firefox/5 on Windows, Safari/5 on Mac and
Windows, Chrome/16 on Mac and Windows) send the filename composed.

No difference between GET and POST.

I guess I'll update the spec to say to send the filename composed. Any
particular guess as to what kind of normalisation I should be applying here?
NFC?

I'll test to see what browsers do using the example in the third row of figure
6 of http://unicode.org/reports/tr15/ unless someone gets there before me.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 28 October 2011 00:53:44 UTC