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. --- utf8 | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 utf8 (limited to 'utf8') 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 "$@" -- cgit v1.2.3