IRI normalization and escaping test results for DOM and HTTP

I ran some tests to produce the following observations.

1) Safari applies NFC normalization to the path, query, and fragment.
2) Chrome applies NFC normalization to the fragment.
3) MSIE sends raw, unescaped UTF-8 bytes in the query of an HTTP GET 
request.

The raw test results are at:

https://spreadsheets.google.com/spreadsheet/ccc?key=0AifoWoA0trUndEZSTlRRNnd5MzE3N3RYOVlIVFFMREE&hl=en_US#gid=3

And an overview of the results is at:

https://spreadsheets.google.com/spreadsheet/ccc?key=0AifoWoA0trUndEZSTlRRNnd5MzE3N3RYOVlIVFFMREE&hl=en_US#gid=5

More testing is required and suggestions are welcome!

Best regards,
Chris Weber

Received on Wednesday, 6 July 2011 07:53:26 UTC