aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
authorMike Frysinger <vapier@chromium.org>2020-07-26 02:23:40 -0400
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-08-13 09:36:46 +0200
commitb4c38a723f03c08210edce57f5eb1900b2106da9 (patch)
tree754b73aceffed7ef3cde3ba581f3c123a89eb551 /scripts
parent1d2e2ecda745ea2bbf0a341f3c1112e00d8e32dc (diff)
downloadman-pages-b4c38a723f03c08210edce57f5eb1900b2106da9.tar.gz
drop "coding: UTF-8" header
This header is used inconsistently -- man pages are UTF-8 encoded but not setting this marker. It's only respected by the man-db package, and seems a bit anachronistic at this point when UTF-8 is the standard default nowadays. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/convert_to_utf_8.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/convert_to_utf_8.sh b/scripts/convert_to_utf_8.sh
index b8a5e83bae..28f5a72cf8 100755
--- a/scripts/convert_to_utf_8.sh
+++ b/scripts/convert_to_utf_8.sh
@@ -33,7 +33,7 @@ fi
out_dir="$1"
shift
-enc_line="'\\\" t -*- coding: UTF-8 -*-"
+enc_line=""
for f in "$@"; do
enc=$(file -bi "$f" | cut -d = -f 2)