Re: Validator case-sensitive bug for CHARSET?

* olivier Thereaux wrote:
>I'm not convinced the "bug" is in HTML::Encoding. HTML::Encoding  
>looks for the "charset" key of the tokenized HTTP header, and it's  
>not really reasonable to expect it to look for CHARSET, and charSet,  
>etc.

Actually I think it is reasonable to expect that. HTTP::Headers::Util
cannot transform the case as it's significant for some of the values
passed to it. Accordingly, I should transform it in HTML::Encoding or
otherwise consider all the variants. Thanks for your bug report.
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Tuesday, 7 August 2007 11:57:14 UTC