summaryrefslogtreecommitdiffstats
path: root/debian/local/bash/profile.d/zz-locales.sh
diff options
context:
space:
mode:
Diffstat (limited to 'debian/local/bash/profile.d/zz-locales.sh')
-rw-r--r--debian/local/bash/profile.d/zz-locales.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/local/bash/profile.d/zz-locales.sh b/debian/local/bash/profile.d/zz-locales.sh
new file mode 100644
index 0000000..66978ea
--- /dev/null
+++ b/debian/local/bash/profile.d/zz-locales.sh
@@ -0,0 +1,3 @@
+# /etc/profile.d/zz-locales.sh
+
+export LC_ALL="${LC_ALL:-C.UTF-8}"