summaryrefslogtreecommitdiff
path: root/src/options-launch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/options-launch.c')
-rw-r--r--src/options-launch.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/options-launch.c b/src/options-launch.c
index 16e855d..0615692 100644
--- a/src/options-launch.c
+++ b/src/options-launch.c
@@ -42,6 +42,7 @@
#include <string.h>
#include <glib.h>
#include <gst/gst.h>
+#include <locale.h>
static void options_defaults(options_t* opt)
{
@@ -83,6 +84,7 @@ int options_parse(options_t* opt, int argc, char* argv[])
if(!opt)
return -1;
+ setlocale (LC_ALL, "");
options_defaults(opt);
g_free(opt->progname_);