summaryrefslogtreecommitdiffstats
path: root/bashrc/common/locale.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc/common/locale.sh')
-rw-r--r--bashrc/common/locale.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/bashrc/common/locale.sh b/bashrc/common/locale.sh
new file mode 100644
index 0000000..97c3f17
--- /dev/null
+++ b/bashrc/common/locale.sh
@@ -0,0 +1,5 @@
+# find a usuable locale
+
+eval unset ${!LC_*} LANG
+export LANG="en_US.UTF-8"
+export LC_COLLATE="C"