[Webkit-unassigned] [Bug 79218] New: [EFL] Change parameter of setlocale in the platformLanguage.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 22 03:09:20 PST 2012


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

           Summary: [EFL] Change parameter of setlocale in the
                    platformLanguage.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kihong.kwon at samsung.com
                CC: demarchi at webkit.org, gyuyoung.kim at webkit.org


LC_CTYPE which is a parameter of setlocale is not proper for navigator.language.
LC_MESSAGES is better then LC_TYPE.

This is a description of "man setlocale".
LC_CTYPE
    for  regular  expression matching, character classification, conversion, case-sensitive comparison, and wide character functions.
LC_MESSAGES
    for localizable natural-language messages.

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