Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.3.2
-
None
-
5a77323a1c0de27b05a545c3e446f3b288d28971,e5205aa2470018fe6ab8b1b01a30355f7aca1f62
Description
On X11, The following priorities are recommended (see sources below) when trying to retrieve the system's locale environment variables:
1. LC_ALL
2. Other LC_* variables (LC_COLLATE, LC_CTYPE, LC_MESSAGES etc.)
3. LANG
However, of the other LC_* variables, Qt only considers LC_NUMERIC. Qt should consider other LC_* variables as well.
Sources:
http://www.opengroup.org/onlinepubs/007908799/xbd/envvar.html
http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp?topic=/com.ibm.aix.nls/doc/nlsgdrf/locale_env.htm
Attachments
Issue Links
- relates to
-
QTBUG-17102 Split the system locale retrieval into components
- Closed