all: Call setlocale() at the start of main()

This fixes some broken characters in the fprintd debug output.
This commit is contained in:
Bastien Nocera
2019-12-04 11:58:28 +01:00
parent deb3c25e51
commit b690daa95f
5 changed files with 14 additions and 0 deletions

View File

@ -136,6 +136,8 @@ int main(int argc, char **argv)
DBusGProxy *driver_proxy;
guint32 request_name_ret;
setlocale (LC_ALL, "");
bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE);