The test code needs to be corrected: setlocale() is required before
calling POSIX locale-aware functions.
--- glibtestold.c2019-11-11 11:27:21.489271420 +0900
+++ glibtest.c2019-11-11 11:27:09.737139535 +0900
@@ -1,3 +1,4 @@
+#include
#include
#include
@@ -6,6 +7,8 @@
gchar *tim
Dear Mike and glib-2.0 maintainers,
I've tried few combination of LC_TIME and LANG with my glibtest snippet.
Date still displayed in en_US despite all combination I've tried
(LANG=th_TH.tis-620, LANG=th_TH.utf-8, LC_ALL=th_TH.tis-620,
LC_ALL=th_TH.utf-8, LC_TIME=th_TH).
But I've found that even w
2 matches
Mail list logo