[Webkit-unassigned] [Bug 42044] New: Windows-1253 (Greek) encoding error

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 11 09:55:54 PDT 2010


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

           Summary: Windows-1253 (Greek) encoding error
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Text
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pub-webkit at coq.no


Safari maps the byte 0xAA in Windows-1253 (Greek) encoding to U+AA, which is incorrect according to Microsoft's reference for this character encoding [1] (0xAA is undefined) and differs from Firefox, Opera and Internet Explorer (0xAA maps to U+FFFD).

As far as I can tell, 0xAA really should map to U+FFFD.

[1] <http://msdn.microsoft.com/en-gb/goglobal/cc305146.aspx>

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



More information about the webkit-unassigned mailing list