aboutsummaryrefslogtreecommitdiff
path: root/utf8
diff options
context:
space:
mode:
Diffstat (limited to 'utf8')
-rwxr-xr-xutf83
1 files changed, 3 insertions, 0 deletions
diff --git a/utf8 b/utf8
new file mode 100755
index 0000000..21598b3
--- /dev/null
+++ b/utf8
@@ -0,0 +1,3 @@
+#!/bin/sh
+export LC_ALL=en_US.UTF-8
+exec "$@"