aboutsummaryrefslogtreecommitdiff
path: root/iso8859-1
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-07-12 13:09:29 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-07-12 13:09:29 +0200
commit70502f5fdb74487705b0084e8821ea46f4ec6d9a (patch)
treeff092d1788b50f82ef1d431715a5b1dc20699073 /iso8859-1
parentc3e0b6572b8c45f81ff7f6e2fab216b32b55c299 (diff)
downloadxutil-70502f5fdb74487705b0084e8821ea46f4ec6d9a.tar.gz
Remove ut8, iso8859-1
I now use UTF-8 by default.
Diffstat (limited to 'iso8859-1')
-rwxr-xr-xiso8859-17
1 files changed, 0 insertions, 7 deletions
diff --git a/iso8859-1 b/iso8859-1
deleted file mode 100755
index 1af8033..0000000
--- a/iso8859-1
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-export LC_ALL=en_US.ISO8859-1
-case "$XTERM_SHELL" in
-$0) echo -n '%@'; exec "$@" ;;
-'') exec "$@" ;;
-*) echo -n '%@'; "$@"; echo -n '%G' ;;
-esac