diff options
| author | Mike Frysinger <vapier@chromium.org> | 2020-07-26 02:23:40 -0400 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-08-13 09:36:46 +0200 |
| commit | b4c38a723f03c08210edce57f5eb1900b2106da9 (patch) | |
| tree | 754b73aceffed7ef3cde3ba581f3c123a89eb551 /man5 | |
| parent | 1d2e2ecda745ea2bbf0a341f3c1112e00d8e32dc (diff) | |
| download | man-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 'man5')
| -rw-r--r-- | man5/locale.5 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/man5/locale.5 b/man5/locale.5 index 85e548bc17..f6b63da9d9 100644 --- a/man5/locale.5 +++ b/man5/locale.5 @@ -1,4 +1,3 @@ -'\" t -*- coding: UTF-8 -*- .\" Copyright (C) 1994 Jochen Hein (Hein@Student.TU-Clausthal.de) .\" Copyright (C) 2008 Petr Baudis (pasky@suse.cz) .\" Copyright (C) 2014 Michael Kerrisk <mtk@manpages@gmail.com> |
