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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 25 11:03:09 PST 2012


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





--- Comment #7 from Martin Robinson <mrobinson at webkit.org>  2012-02-25 11:03:09 PST ---
(In reply to comment #5)

> In addition, Qt and Chromium ports implement this in the browser(app), i.e., not implemented in the webkit.

This is not actually the case for Qt. It happens in the toolkit:

http://code.google.com/codesearch#OtNR_hPxrO0/trunk/abanq-port/src/qt/src/tools/qlocale.cpp&q=QLocale&type=cs&l=2977

It seems the behavior it takes is to test LC_NUMERIC, LC_ALL, and LANG in succession.

Chromium seems to do something similar without a slightly different precedence:

http://code.google.com/codesearch#wZuuyuB8jKQ/chromium/src/ui/base/l10n/l10n_util.cc&q=chromium%20language%20lc_&type=cs&l=415

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