Re: Delta Compression and UTF-8 Header Values

Well, actually you don't need the full [80...FF] range since there a few values are not allowed (RFC 3629) these are C0, C1 and  F5 to FF.
The [80...BF] range can also be excluded for the lead octet since those are reserved for continuation octets.

I hope this helps:
Le 10 févr. 2013 à 08:02, Roberto Peon a écrit :

> You'll want to check that the table is full for entries above 127, and that the EOF terminal is 256 as opposed to 128. I've gone back and forth so many times on that part... :)
> -=R

Received on Sunday, 10 February 2013 07:50:15 UTC