diff --git a/dunstify.c b/dunstify.c index b4237cb..af03430 100644 --- a/dunstify.c +++ b/dunstify.c @@ -1,5 +1,6 @@ #include #include +#include #include #include #include @@ -252,6 +253,7 @@ void add_hint(NotifyNotification *n, char *str) int main(int argc, char *argv[]) { + setlocale(LC_ALL, ""); #if !GLIB_CHECK_VERSION(2,35,0) g_type_init(); #endif