Re: Patch for CHICKEN 6 uri-generic

2024-05-24 Thread felix . winkelmann
> On Fri, May 24, 2024 at 3:31 AM Peter Bex wrote: > > - It encodes how many bytes to use in the first byte's leading bit, > > > leading three bits, leading four bits or leading five bits depending > > on the length. > > > > This latter property is extra annoying because you can't just

Re: Patch for CHICKEN 6 uri-generic

2024-05-24 Thread John Cowan
On Fri, May 24, 2024 at 3:31 AM Peter Bex wrote: - It encodes how many bytes to use in the first byte's leading bit, > leading three bits, leading four bits or leading five bits depending > on the length. > > This latter property is extra annoying because you can't just extract > the length

Re: Patch for CHICKEN 6 uri-generic

2024-05-24 Thread Peter Bex
On Wed, May 22, 2024 at 11:33:08AM -0700, Ivan Raikov wrote: > Hello Peter, > > Thanks a lot for the patch! Overall it looks ok, but it has been quite > a while since I have had to deal with UTF-8 at this level of detail, > so I don't really understand all the bitwise operations and range >