mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
Merge branch 'master' into fcft-v2
This commit is contained in:
commit
e2c48c0c2e
1 changed files with 1 additions and 0 deletions
1
main.c
1
main.c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue