From: Jim Meyering Date: Mon, 22 Sep 2003 07:07:16 +0000 (+0000) Subject: Switch encoding from Latin-1 to UTF-8. X-Git-Tag: v5.1.0~565 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b037ea945cc56e9b6d1beaea9cd8264111e19bf;p=thirdparty%2Fcoreutils.git Switch encoding from Latin-1 to UTF-8. (WRITTEN_BY): Change "Franc,ois" (actually using c-with-cedilla in Latin-1) to "F.", so that it's ASCII, as xgettext requires. --- diff --git a/src/ptx.c b/src/ptx.c index f55dd3ef49..eb7e481d74 100644 --- a/src/ptx.c +++ b/src/ptx.c @@ -1,6 +1,6 @@ /* Permuted index for GNU, with keywords in their context. Copyright (C) 1990, 1991, 1993, 1998-2003 Free Software Foundation, Inc. - François Pinard , 1988. + François Pinard , 1988. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - François Pinard */ + François Pinard */ #include @@ -32,7 +32,10 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "ptx" -#define WRITTEN_BY _("Written by François Pinard.") +/* Note to translator: Please translate "F. Pinard" to "François + Pinard" if "ç" (c-with-cedilla) is available in the + translation's character set and encoding. */ +#define WRITTEN_BY _("Written by F. Pinard.") /* Number of possible characters in a byte. */ #define CHAR_SET_SIZE 256