[Webkit-unassigned] [Bug 23598] New: wml/WMLTableElement.cpp has non-ASCII characters in comment and can't be compiled on CJK Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 28 12:58:03 PST 2009


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

           Summary: wml/WMLTableElement.cpp has non-ASCII characters in
                    comment and can't be compiled on CJK Windows
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Trivial
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jshin at chromium.org


WebCore/wml/WMLTableElement.cpp has non-ASCII characters (0 enclosed by
smart-quotes) in UTF-8 and leads to a compilation error (warning treated as an
error) on CJK Windows (where 3-byte sequences for smart quotes cannot be
interpreted as valid in the default system codepage). Either we have to replace
them with ASCII double-quotes or add 'BOM' character represented in UTF-8 at
the beginning of a file. I propose the former is better because on other
platforms/compiler/build tools, 'BOM' in UTF-8 might be problematic.


-- 
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