This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Validator should probably use I18N::Charset or some similar method to enable support for the character encoding name aliases found in the IANA registration database.
Targetting 0.7.0.
Hmmm. Or import the database and use the new config facility? Nominating for 0.7.0, but may have to bump it. Not sure how to deal with it yet.
We would implement this using Encode::Alias I think. Once we use Encode.pm. Which won't be 0.7.0 as far as I understand.
Actually I think Encode::Alias and I18N::Charset would complement eachother, but in either case it makes sense to do this when we look at Encode.pm. Since that doesn't look to be for 0.7.0, I'm retargetting this bug.
We've had Encode::Alias functional for a while and there's been no complaint about unrecognized charset aliases. Any specific reason why we should be looking at I18N::Charset too?