RFC: Bug 410 Case-sensitive comparison of encoding names
Curt Arnold <[email protected]> Thu, 18 Dec 2003 12:21:25 -0600
| Newsgroups | gmane.comp.web.dom.test-suites.general |
|---|---|
| Message-ID | <[email protected]> |
http://www.w3.org/Bugs/Public/show_bug.cgi?id=410 Several tests (including some L&S tests not mentioned in the bug) perform case-sensitive comparisions when testing encoding values. The IANA reference indicates that there should be no distinction between upper and lower case letters which would suggest that a case-insensitive comparision is appropriate. I would appreciate any comments.