From 44d148b9a8017c83860f2eb4a385619313e3a7f9 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 15 Nov 2012 13:50:15 +0100 Subject: [PATCH] bash startfiles: Fix locale of path names in glib2. --- config/profile.d/glib2-locale.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config/profile.d/glib2-locale.sh 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 -- 2.39.5