From a9145c75f65437c6238e6d5a00dcb7a1bc93634c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 9 Aug 2004 21:11:34 +0000 Subject: [PATCH] Switch to UTF-8 encoding. --- lib/diacrit.c | 2 +- lib/diacrit.h | 2 +- m4/fnmatch.m4 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/diacrit.c b/lib/diacrit.c index d6381248f7..e286d8bcc4 100644 --- a/lib/diacrit.c +++ b/lib/diacrit.c @@ -1,6 +1,6 @@ /* Diacritics processing for a few character codes. Copyright (C) 1990, 1991, 1992, 1993, 2000 Free Software Foundation, Inc. - François Pinard , 1988. + François Pinard , 1988. All this file is a temporary hack, waiting for locales in GNU. */ diff --git a/lib/diacrit.h b/lib/diacrit.h index edd1289a9b..875af1ead4 100644 --- a/lib/diacrit.h +++ b/lib/diacrit.h @@ -1,6 +1,6 @@ /* Diacritics processing for a few character codes. Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc. - François Pinard , 1988. + François Pinard , 1988. All this file is a temporary hack, waiting for locales in GNU. */ diff --git a/m4/fnmatch.m4 b/m4/fnmatch.m4 index ba2a88f598..ab7765b42a 100644 --- a/m4/fnmatch.m4 +++ b/m4/fnmatch.m4 @@ -31,7 +31,7 @@ AC_DEFUN([_AC_FUNC_FNMATCH_IF], [# Some versions of Solaris, SCO, and the GNU C Library # have a broken or incompatible fnmatch. # So we run a test program. If we are cross-compiling, take no chance. - # Thanks to John Oleynick, Franc,ois Pinard, and Paul Eggert for this test. + # Thanks to John Oleynick, François Pinard, and Paul Eggert for this test. AC_RUN_IFELSE( [AC_LANG_PROGRAM( [ -- 2.30.2