From 56eac451cbaa8ba0a6e7244e06fba6a443f155e8 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Thu, 18 Jan 2018 01:37:35 +0000 Subject: [PATCH] Use UTF-8 for name of author in --help output Also fixes the man page, thus Debian bug #409283. --- configure.ac | 1 + src/main.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4f85f04..ea8df23 100644 --- a/configure.ac +++ b/configure.ac @@ -79,6 +79,7 @@ AM_WITH_DMALLOC AM_GNU_GETTEXT_VERSION(0.19) AM_GNU_GETTEXT(external) +AM_XGETTEXT_OPTION([--from-code=UTF-8]) AC_OUTPUT(Makefile contrib/Makefile doc/Makefile lib/Makefile po/Makefile.in src/Makefile tests/Makefile tests/setup.py) diff --git a/src/main.c b/src/main.c index 92f6041..4521bd8 100644 --- a/src/main.c +++ b/src/main.c @@ -577,7 +577,7 @@ main (int argc, char *const *argv) { printf ("%s %s\n", PACKAGE, VERSION); fputs (_("\ -Written by Franc,ois Pinard .\n"), +Written by François Pinard .\n"), stdout); fputs (_("\ \n\ -- 2.40.0