From 1576639e6aed9ac98ba9c43dbc34123a6f45d25d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 29 Jun 2021 19:05:11 +0200 Subject: Add 'iso8859-1' and 'utf8' utilities I use these to open vi in iso8859-1. --- iso8859-1 | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 iso8859-1 (limited to 'iso8859-1') diff --git a/iso8859-1 b/iso8859-1 new file mode 100755 index 0000000..da1d5a5 --- /dev/null +++ b/iso8859-1 @@ -0,0 +1,3 @@ +#!/bin/sh +export LC_ALL=en_US.ISO8859-1 +exec "$@" -- cgit v1.2.3