From fefb166c52e00075a776dba3440039c046998eb4 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 8 Jan 2012 17:20:01 +0100 Subject: Leave out characters the filesystem cannot encode (Closes: #264) --- devscripts/posix-locale.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 devscripts/posix-locale.sh (limited to 'devscripts/posix-locale.sh') diff --git a/devscripts/posix-locale.sh b/devscripts/posix-locale.sh new file mode 100644 index 000000000..0aa7a592d --- /dev/null +++ b/devscripts/posix-locale.sh @@ -0,0 +1,6 @@ + +# source this file in your shell to get a POSIX locale (which will break many programs, but that's kind of the point) + +export LC_ALL=POSIX +export LANG=POSIX +export LANGUAGE=POSIX -- cgit v1.2.3