From: Michael Tremer Date: Thu, 15 Nov 2012 12:50:15 +0000 (+0100) Subject: bash startfiles: Fix locale of path names in glib2. X-Git-Tag: v2.13-beta1~62^2~1 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=44d148b9a8017c83860f2eb4a385619313e3a7f9 bash startfiles: Fix locale of path names in glib2. --- diff --git a/config/profile.d/glib2-locale.sh b/config/profile.d/glib2-locale.sh new file mode 100644 index 0000000000..8dd50d5570 --- /dev/null +++ b/config/profile.d/glib2-locale.sh @@ -0,0 +1,3 @@ +# Use the current locale charset for filenames +# in applications using GLib +export G_FILENAME_ENCODING=@locale