Re: Delta Compression and UTF-8 Header Values

Comparing Unicode strings without prior normalisation can lead to surprising results: "Frédéric" and "Frédéric" will probably look the same in your email client, but try to paste them in the search field and you'll probably see that they don't match since the first one uses precomposed diacritics and the second one combining ones.

Le 9 févr. 2013 à 15:12, Martin Nilsson a écrit :

> You don't need to know the length in characters to compare strings. Just comparing byte on byte works fine. Null is encoded the same, and byte zero only appear as null in UTF-8, so strlen works fine. So far strings are hollerith encoded in HTTP/2, so it should be a moot point anyway.

Received on Sunday, 10 February 2013 06:44:48 UTC