summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/up-tool.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/up-tool.c b/tools/up-tool.c
index c82dae4..ad4015e 100644
--- a/tools/up-tool.c
+++ b/tools/up-tool.c
@@ -30,6 +30,7 @@
#include <sys/time.h>
#include <glib.h>
#include <glib/gi18n-lib.h>
+#include <locale.h>
#include "up-client.h"
#include "up-device.h"
@@ -281,6 +282,7 @@ main (int argc, char **argv)
#if !defined(GLIB_VERSION_2_36)
g_type_init ();
#endif
+ setlocale(LC_ALL, "");
context = g_option_context_new ("UPower tool");
g_option_context_add_main_entries (context, entries, NULL);