[Webkit-unassigned] [Bug 34560] New: Typedef JSChar to wchar_t in RVCT.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 3 21:45:40 PST 2010


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

           Summary: Typedef JSChar to wchar_t in RVCT.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kwangyul.seo at gmail.com


Both the defined type wchar_t in C and the native type wchar_t in C++ are
unsigned short with --wchar16 option. RVCT assumes --wchar16 unless --wchar32
is explicitly specified, so wchar_t is compatible with JSChar.

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