aboutsummaryrefslogtreecommitdiff
path: root/utf8
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-06-29 19:05:11 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-06-29 19:05:11 +0200
commit1576639e6aed9ac98ba9c43dbc34123a6f45d25d (patch)
tree30924cecd1475e3d5d167942546886b9095fa940 /utf8
parent8a00961524ba5bf2a65eaab1ccc496cf02471280 (diff)
downloadxutil-1576639e6aed9ac98ba9c43dbc34123a6f45d25d.tar.gz
Add 'iso8859-1' and 'utf8' utilities
I use these to open vi in iso8859-1.
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 "$@"