[Webkit-unassigned] [Bug 17537] Try MIME before trying IANA names when enumerating ICU converters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 6 12:51:09 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=17537


jungshik.shin at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #23216|review?                     |
               Flag|                            |
  Attachment #23216|0                           |1
        is obsolete|                            |
  Attachment #23219|                            |review?(ap at webkit.org)
               Flag|                            |




------- Comment #11 from jungshik.shin at gmail.com  2008-09-06 12:51 PDT -------
Created an attachment (id=23219)
 --> (https://bugs.webkit.org/attachment.cgi?id=23219&action=view)
patch (that passes webkit test)

On my Mac OS 10.4, somehow, the MIME name for ISO-8859-9 came out in lowercase,
which led to the failure of fast/text/encoding/char-decoding.html.

 I checked the revision history of ICU's convrtrs.txt and couldn't find any
trace of that being in lowercase in the past.  Anyway, to be safe, I changed
the patch to check for both ISO-8859-9 and iso-8859-9 . (I didn't use
strcasecmp or stricmp because neither is portable).


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list