Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
6.5.1
-
None
Description
On every system that we build Qt 6.5 on, we get this warning when running the host tools (while compiling Qt, fex). Common for all systems is that the locale is UTF-8 enabled, see below:
Detected locale "C" with character encoding "UTF-8", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information.
To me it seems like UTF-8 is UTF-8 .
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
Attachments
Issue Links
- relates to
-
QTBUG-113371 locale and/or environment not being properly set for ptests
- Closed