ges-launch: make it portable to all locales.
authorAlban Browaeys <prahal@yahoo.com>
Mon, 17 Jun 2013 05:55:54 +0000 (07:55 +0200)
committerSebastian Dröge <slomo@circular-chaos.org>
Mon, 1 Jul 2013 08:02:10 +0000 (10:02 +0200)
commit6a187e09ddd1de1941cbedec58ecb32ef9752ae1
tree8c60a01f0d6bbf4b30e8bdeb074638e50b902794
parent3b8bfc1f161124db0cd42a8fdf92a0eafa260712
ges-launch: make it portable to all locales.

Call setlocale (LC_ALL, "") as per setlocale man page
to make ges-launch portable to all locales (instead of default
"C" one).

Fixes g_option_context_parse on:
$ ges-launch-1.0 --verbose -r -q /home/prahal/Vidéos/Test3.xges -o
file:///home/prahal/Test3.mpeg
Error initializing: Invalid byte sequence in conversion input

The accentuated character in "Vidéos" the french xdg user directory
for "Videos" is what is choked upon.

https://bugzilla.gnome.org/show_bug.cgi?id=702425
tools/ges-launch.c