summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/appcore-watch-i18n.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/appcore-watch-i18n.c b/src/appcore-watch-i18n.c
index 17db256..e89ad6b 100755
--- a/src/appcore-watch-i18n.c
+++ b/src/appcore-watch-i18n.c
@@ -46,7 +46,7 @@ void _update_lang(void)
r = setlocale(LC_ALL, "");
if (r == NULL) {
- r = setlocale(LC_ALL, "en_US"); /* LCOV_EXCL_LINE */
+ r = setlocale(LC_ALL, "en_US.UTF-8"); /* LCOV_EXCL_LINE */
if (r) /* LCOV_EXCL_LINE */
_D("*****appcore setlocale=%s\n", r); /* LCOV_EXCL_LINE */
}