aboutsummaryrefslogtreecommitdiff
path: root/irc/iroffer-dinoex/files/patch-Lang
diff options
context:
space:
mode:
Diffstat (limited to 'irc/iroffer-dinoex/files/patch-Lang')
-rw-r--r--irc/iroffer-dinoex/files/patch-Lang21
1 files changed, 0 insertions, 21 deletions
diff --git a/irc/iroffer-dinoex/files/patch-Lang b/irc/iroffer-dinoex/files/patch-Lang
deleted file mode 100644
index aa213fb35d99..000000000000
--- a/irc/iroffer-dinoex/files/patch-Lang
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -u -r1.17 Lang
---- Lang 20 Dec 2018 07:17:50 -0000 1.17
-+++ Lang 29 Dec 2019 11:16:25 -0000
-@@ -32,14 +32,12 @@
- then
- charset="${2}"
- else
-- # autodetect
-+ charset="utf-8"
- case "${LANG}" in
-- *.ISO8859-*)
-+ *.ISO8859-*|*.ISO_8859-*)
-+ # autodetect
- charset="latin1"
- ;;
-- *.UTF-8*|*.utf-8*)
-- charset="utf-8"
-- ;;
- esac
- fi
- utf8="cat"