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 /man3 | |
| 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 'man3')
| -rw-r--r-- | man3/mbstowcs.3 | 1 | ||||
| -rw-r--r-- | man3/newlocale.3 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/man3/mbstowcs.3 b/man3/mbstowcs.3 index f92ab681c5..cf650506eb 100644 --- a/man3/mbstowcs.3 +++ b/man3/mbstowcs.3 @@ -1,4 +1,3 @@ -'\" t -*- coding: UTF-8 -*- .\" Copyright (c) Bruno Haible <haible@clisp.cons.org> .\" and Copyright 2014 Michael Kerrisk <mtk.manpages@gmail.com> .\" diff --git a/man3/newlocale.3 b/man3/newlocale.3 index 2d71f1a8cf..86b961fc62 100644 --- a/man3/newlocale.3 +++ b/man3/newlocale.3 @@ -1,4 +1,3 @@ -'\" t -*- coding: UTF-8 -*- .\" Copyright (C) 2014 Michael Kerrisk <mtk.manpages@gmail.com> .\" .\" %%%LICENSE_START(VERBATIM) |
