Merge pull request #1512 from derekschrock/test-mu-common
lib: Use more portable locale en_US.UTF-8
This commit is contained in:
@ -73,8 +73,8 @@ set_tz (const char* tz)
|
|||||||
gboolean
|
gboolean
|
||||||
set_en_us_utf8_locale (void)
|
set_en_us_utf8_locale (void)
|
||||||
{
|
{
|
||||||
setenv ("LC_ALL", "en_US.utf8", 1);
|
setenv ("LC_ALL", "en_US.UTF-8", 1);
|
||||||
setlocale (LC_ALL, "en_US.utf8");
|
setlocale (LC_ALL, "en_US.UTF-8");
|
||||||
|
|
||||||
if (strcmp (nl_langinfo(CODESET), "UTF-8") != 0) {
|
if (strcmp (nl_langinfo(CODESET), "UTF-8") != 0) {
|
||||||
g_print ("Note: Unit tests require the en_US.utf8 locale. "
|
g_print ("Note: Unit tests require the en_US.utf8 locale. "
|
||||||
|
|||||||
Reference in New Issue
Block a user