Re: Freeing HTTP::Message from HTML::Parser dependency

2012-01-16 Thread Christopher J. Madsen
On 1/16/2012 9:52 PM, Bjoern Hoehrmann wrote: > * Christopher J. Madsen wrote: >>> Your UTF-8 validation code seems wrong to me, you consider the sequence >>> F0 80 to be incomplete, but it's actually invalid, same for ED 80, see >>> the chart in

Re: Freeing HTTP::Message from HTML::Parser dependency

2012-01-16 Thread Bjoern Hoehrmann
* Christopher J. Madsen wrote: >Dropping support for UTF-32 from HTTP::Message is a separate issue from >removing HTML::Parser. I've got no comment on that. (It's not quite as black and white as that, "HTML5" could be exempted in the algorithm, for instance.) >> Your UTF-8 validation code seems

Re: Freeing HTTP::Message from HTML::Parser dependency

2012-01-16 Thread Christopher J. Madsen
On 1/16/2012 6:53 PM, Bjoern Hoehrmann wrote: > * Christopher J. Madsen wrote: >> My repo is https://github.com/madsen/io-html but since it's built with >> dzil, I also made a gist of the processed module to make it easier to >> read the docs: https://gist.github.com/1623654 > It is not clear to m

Re: Freeing HTTP::Message from HTML::Parser dependency

2012-01-16 Thread Bjoern Hoehrmann
* Christopher J. Madsen wrote: >My repo is https://github.com/madsen/io-html but since it's built with >dzil, I also made a gist of the processed module to make it easier to >read the docs: https://gist.github.com/1623654 > >I took a quick look at HTTP::Message, and I think you'd just need to do >