Bug#762266: glib-2.0 GDateTime locale tests

2019-11-10 Thread Changwoo Ryu
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

Bug#762266: glib-2.0 GDateTime locale tests

2014-12-28 Thread Nachanon Vetjasit
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