Fix the fallback about setting the current locale 09/144309/4
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 16 Aug 2017 07:56:19 +0000 (16:56 +0900)
committerHwanKyu Jhun <h.jhun@samsung.com>
Wed, 16 Aug 2017 08:13:00 +0000 (08:13 +0000)
Change-Id: I8f295236878fc6370242db08ae769eb8c6f9162b
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/widget-i18n.c

index eafb8ed..cadf592 100755 (executable)
@@ -48,7 +48,7 @@ void _update_lang(void)
                r = setlocale(LC_ALL, "");
                if (r == NULL) {
                        /* LCOV_EXCL_START */
-                       r = setlocale(LC_ALL, "en_US");
+                       r = setlocale(LC_ALL, "en_US.UTF-8");
                        if (r)
                                _D("*****appcore setlocale=%s\n", r);
                        /* LCOV_EXCL_STOP */