Merge branch 'master' into fcft-v2

This commit is contained in:
Daniel Eklöf 2020-04-21 19:03:11 +02:00
commit e2c48c0c2e
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

1
main.c
View file

@ -311,6 +311,7 @@ main(int argc, char *const *argv)
}
setlocale(LC_ALL, "");
LOG_INFO("locale: %s", setlocale(LC_CTYPE, NULL));
if (!locale_is_utf8()) {
LOG_ERR("locale is not UTF-8");
return ret;