Re: charset name matching rules

On Sun, Aug 16, 2009 at 2:41 AM, Anne van Kesteren<annevk@opera.com> wrote:
>  http://dump.testsuite.org/2009/encoding-matching/

I tried some of these tests in MSIE and Firefox on Windows:

MSIE 7:

001 ISO-8859-9 treated as Windows-1254
002 charset=X: script did not run
003 " ISO-8859-9" treated as Windows-1254
004 "I SO-8859-9": script did not run
005 ")ISO-8859-9": script did not run

Firefox 3.5:

001 ISO-8859-9 treated as ISO-8859-9
002 X treated as Windows-1252
003 " ISO-8859-9" not treated as ISO-8859-9
004 "I SO-8859-9" not treated as ISO-8859-9
005 ")ISO-8859-9" not treated as ISO-8859-9

I stopped testing when MSIE's tests said "script did not run" so
often. We probably need to test it differently, instead of relying on
a script.

Erik

Received on Monday, 17 August 2009 15:27:33 UTC