Switch encoding from Latin-1 to UTF-8.
authorJim Meyering <jim@meyering.net>
Mon, 22 Sep 2003 07:07:16 +0000 (07:07 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 22 Sep 2003 07:07:16 +0000 (07:07 +0000)
(WRITTEN_BY): Change "Franc,ois" (actually using
c-with-cedilla in Latin-1) to "F.", so that it's ASCII, as
xgettext requires.

src/ptx.c

index f55dd3e..eb7e481 100644 (file)
--- 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 <pinard@iro.umontreal.ca>, 1988.
+   François Pinard <pinard@iro.umontreal.ca>, 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 <pinard@iro.umontreal.ca> */
+   François Pinard <pinard@iro.umontreal.ca> */
 
 #include <config.h>
 
 /* 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