Hello Automakers.  I've found few files in the automake tree
that are still encoded with ISO-8859 rather than with UTF-8.
I've thus converted them to UTF-8 using iconv (specifically,
"iconv --from-code=ISO-8859-1 --to-code=UTF-8").  The result
is in the attached patch.

The affected files are:
 - NEWS
 - TODO
 - ChangeLog.03
 - ChangeLog.96
 - ChangeLog.98

Before the patch:

 $ file ChangeLog.96 
 ChangeLog.96: ISO-8859 English text

(and similarly for the other files); after the patch:

 $ file ChangeLog.96
 ChangeLog.96: UTF-8 Unicode English text

OK for maint?
From b532317d8b7f779a45a070fd10012a204cf4ee72 Mon Sep 17 00:00:00 2001
From: Stefano Lattarini <stefano.lattar...@gmail.com>
Date: Fri, 4 Mar 2011 09:25:49 +0100
Subject: [PATCH] cosmetics: convert encoding from ISO-8859 to UTF-8

* ChangeLog.03: Convert encoding to UTF-8.
* ChangeLog.96: Likewise.
* ChangeLog.98: Likewise.
* NEWS: Likewise.
* TODO: Likewise.
---
 ChangeLog    |    9 +++++++++
 ChangeLog.03 |    6 +++---
 ChangeLog.96 |   30 +++++++++++++++---------------
 ChangeLog.98 |   12 ++++++------
 NEWS         |    4 ++--
 TODO         |    6 +++---
 6 files changed, 38 insertions(+), 29 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6f67d36..3347ae9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-03-04  Stefano Lattarini  <stefano.lattar...@gmail.com>
+
+	cosmetics: convert encoding from ISO-8859 to UTF-8
+	* ChangeLog.03: Convert encoding to UTF-8.
+	* ChangeLog.96: Likewise.
+	* ChangeLog.98: Likewise.
+	* NEWS: Likewise.
+	* TODO: Likewise.
+
 2011-03-01  Peter Rosin  <p...@lysator.liu.se>
 
 	test defs: unindent without temporary file
diff --git a/ChangeLog.03 b/ChangeLog.03
index eb5b251..0152d56 100644
--- a/ChangeLog.03
+++ b/ChangeLog.03
@@ -67,7 +67,7 @@
 
 	* tests/txinfo24.test, tests/txinfo25.test, tests/txinfo28.test:
 	Require texi2dvi-o.
-	Report from Václav Haisman.
+	Report from Václav Haisman.
 
 2003-12-10  Alexandre Duret-Lutz  <a...@gnu.org>
 
@@ -1928,9 +1928,9 @@
 
 2003-05-22  Alexandre Duret-Lutz  <a...@gnu.org>
 
-	* automake.texi (maintainer-mode): s/François/Fran@,{c}ois/.
+	* automake.texi (maintainer-mode): s/François/Fran@,{c}ois/.
 
-	* lib/elisp-comp: s/François/Franc,ois/.
+	* lib/elisp-comp: s/François/Franc,ois/.
 	Suggested by Paul Eggert.
 
 	* automake.in: Move the "main" code at the end.
diff --git a/ChangeLog.96 b/ChangeLog.96
index 33e6542..07f71c2 100644
--- a/ChangeLog.96
+++ b/ChangeLog.96
@@ -234,7 +234,7 @@ Sun Nov 24 00:33:50 1996  Tom Tromey  <tro...@cygnus.com>
 	* libtool.am (.c.lo): Set --mode=compile when running libtool.
 	* progs.am: Set --mode=install when running libtool.
 
-	Fix for bug reported by François Pinard:
+	Fix for bug reported by François Pinard:
 	* automake.in (do_check_merge_target): New sub.
 	(do_one_merge_target): No longer handle `check'.
 	(handle_merge_targets): Use do_check_merge_target.
@@ -914,7 +914,7 @@ Tue Sep  3 18:50:32 1996  Tom Tromey  <tro...@creche.cygnus.com>
 	NORMAL_INSTALL defined.
 
 	* m4/AM_PROG_INSTALL.m4: INSTALL_SCRIPT defaults to
-	${INSTALL_PROGRAM}.  From François Pinard.
+	${INSTALL_PROGRAM}.  From François Pinard.
 
 Tue Aug 27 08:25:05 1996  Tom Tromey  <tro...@creche.cygnus.com>
 
@@ -962,7 +962,7 @@ Sat Aug 24 09:30:46 1996  Tom Tromey  <tro...@creche.cygnus.com>
 
 	* m4/AM_INIT_AUTOMAKE.m4: Define PACKAGE and VERSION.
 
-	* m4/AM_WITH_REGEX.m4: New version from François Pinard.
+	* m4/AM_WITH_REGEX.m4: New version from François Pinard.
 
 	* m4/AM_TYPE_PTRDIFF_T.m4: Use am_cv, not ac_cv.
 	* m4/AM_C_PROTOTYPES.m4: Ditto.
@@ -1222,7 +1222,7 @@ Sun Aug  4 12:52:43 1996  Tom Tromey  <tro...@creche.cygnus.com>
 
 	* automake.in (handle_dist_worker): Use fgrep, not grep.
 
-	* m4/AM_C_PROTOTYPES.m4: Changes from François Pinard.
+	* m4/AM_C_PROTOTYPES.m4: Changes from François Pinard.
 
 	* automake.in (handle_emacs_lisp): Include lisp-clean.am in
 	output.
@@ -1272,7 +1272,7 @@ Sun Jul 28 11:14:52 1996  Tom Tromey  <tro...@creche.cygnus.com>
 Fri Jul 19 10:12:27 1996  Tom Tromey  <tro...@creche.cygnus.com>
 
 	* automake.in (initialize_global_constants): Put ansi2knr.c and
-	ansi2knr.1 into common_files.  Bug report from François Pinard.
+	ansi2knr.1 into common_files.  Bug report from François Pinard.
 
 Mon Jul 15 10:28:29 1996  Tom Tromey  <tro...@creche.cygnus.com>
 
@@ -1730,7 +1730,7 @@ Thu Mar 14 09:28:21 1996  Tom Tromey  <tro...@creche.cygnus.com>
 	* data.am (install-@DIR@DATA): Allow empty list of data.
 	(uninstall-@DIR@DATA): Ditto.
 	* programs.am (install-@DIR@PROGRAMS): Added missing semicolon.
-	From François Pinard.
+	From François Pinard.
 	(install-@DIR@PROGRAMS): Fixed bug when list of programs empty.
 	(uninstall-@DIR@PROGRAMS): Ditto.
 
@@ -2273,7 +2273,7 @@ Fri Jan 19 00:50:29 1996  Tom Tromey  <tro...@creche.cygnus.com>
 
 Thu Jan 18 00:25:56 1996  Tom Tromey  <tro...@creche.cygnus.com>
 
-	From François Pinard:
+	From François Pinard:
 	* automake.in (handle_source_transform): Transform $o file into .P
 	file.
 	(handle_dist_worker): Handle case where DISTFILES includes
@@ -2286,7 +2286,7 @@ Sun Jan 14 13:54:16 1996  Tom Tromey  <tro...@creche.cygnus.com>
 
 	* automake.in (scan_configure): Look for NLS support.
 
-	Changes from François Pinard:
+	Changes from François Pinard:
 	* texinfos.am (install-info): Correctly install when build dir is
 	not srcdir.
 	* tags-subd.am (ID): Indentation change.
@@ -2317,7 +2317,7 @@ Sat Jan 13 00:18:06 1996  Tom Tromey  <tro...@creche.cygnus.com>
 	* texi-version.am (mostlyclean-vti): Remove version.tmp, not
 	*.tmp.
 
-	* automake.in (handle_dist): Chmod distdir 777.  From François
+	* automake.in (handle_dist): Chmod distdir 777.  From François
 	Pinard.
 
 	* automake.in (scan_configure): New function.
@@ -2344,7 +2344,7 @@ Thu Jan 11 23:14:18 1996  Tom Tromey  <tro...@creche.cygnus.com>
 
 Tue Jan  9 11:24:14 1996  Tom Tromey  <tro...@creche.cygnus.com>
 
-	Fixes from François Pinard:
+	Fixes from François Pinard:
 	* depend.am ($(srcdir)/.deps/%.P): Handle deansification.
 	* automake.in (get_object_extension): Use $o, not $(kr)o.
 	(handle_source_transform): Don't look for $(kr)c files.
@@ -2394,7 +2394,7 @@ Fri Jan  5 10:31:19 1996  Tom Tromey  <tro...@cambric.colorado.edu>
 
 	* Added copyright notice to each .am file.
 
-	* automake.in: Cleanups from François Pinard to avoid $#.
+	* automake.in: Cleanups from François Pinard to avoid $#.
 	(require_argument): Fixed sense of test.
 	(set_strictness): Bug fix.
 
@@ -2450,7 +2450,7 @@ Wed Jan  3 00:05:40 1996  Tom Tromey  <tro...@cambric.colorado.edu>
 	ABOUT-GNU.
 	(check_gnu_standards): Require file COPYING.
 
-	From François Pinard:
+	From François Pinard:
 	* automake.in (file_contents): Comment out "warn"s.
 	(usage): Use 4 columns.
 	(USAGE_FORMAT): Ditto.
@@ -2476,7 +2476,7 @@ Wed Jan  3 00:05:40 1996  Tom Tromey  <tro...@cambric.colorado.edu>
 Tue Jan  2 23:33:24 1996  Tom Tromey  <tro...@cambric.colorado.edu>
 
 	* texinfos.am (install-info): Look in $d for info files.  From
-	François Pinard.
+	François Pinard.
 
 	* depend.am ($(srcdir)/.deps/%.P): Fixed regexp.
 
@@ -2495,7 +2495,7 @@ Mon Jan  1 15:43:25 1996  Tom Tromey  <tro...@cambric.colorado.edu>
 	(read_am_file): Ditto.
 	(do_one_clean_target): Removed spurious newline.
 
-	Some changes from François Pinard:
+	Some changes from François Pinard:
 	* Removed trailing whitespace from all '.am' files.
 	* tags-subd.am (ID): Use &&, not ;.
 	(TAGS): Ditto.
@@ -2557,7 +2557,7 @@ Sun Dec 31 13:04:59 1995  Tom Tromey  <tro...@cambric.colorado.edu>
 	* automake.in (initialize_global_constants): Don't print body of
 	loop at make time.
 
-	Changes from François Pinard:
+	Changes from François Pinard:
 	* depend.am (MKDEP): Include DEFS, INCLUDES, CPPFLAGS, CFLAGS.
 	(DEP_FILES): Put dependency files in $(srcdir).
 	Look in $(srcdir) when including dependency files.
diff --git a/ChangeLog.98 b/ChangeLog.98
index bb719c3..1fcc56c 100644
--- a/ChangeLog.98
+++ b/ChangeLog.98
@@ -166,7 +166,7 @@ Fri Dec 11 10:23:17 1998  Matthew D. Langston  <langs...@slac.stanford.edu>
 
 	* Makefile.am (cvs-dist): Run `cvs tag' operation in srcdir.
 
-	Some bugs from François Pinard:
+	Some bugs from François Pinard:
 	* automake.in (usage): Remove duplicates in file list.
 
 	* automake.in (usage): Print files in column-major order.
@@ -1485,7 +1485,7 @@ Sun Jun 22 14:01:59 1997  Tom Tromey  <tro...@cygnus.com>
 	when actually installing.  From Gord Matzigkeit.
 
 	* automake.in (handle_tests): Exit status `77' means `ignore
-	test'.  From François Pinard.
+	test'.  From François Pinard.
 	(handle_tests) Also, make banner same size as text.
 
 	* automake.in (handle_configure): Don't handle PRE_BUILT_SOURCES.
@@ -1579,7 +1579,7 @@ Sun May 11 13:59:14 1997  Tom Tromey  <tro...@cygnus.com>
 	* kr-extra.am (clean-krextra): Remove ansi2knr here, not in
 	distclean-krextra.
 
-	* missing: Regularized grammar.  From François Pinard.
+	* missing: Regularized grammar.  From François Pinard.
 
 Sat May 10 16:48:47 1997  Tom Tromey  <tro...@cygnus.com>
 
@@ -1641,7 +1641,7 @@ Wed Apr 30 14:46:37 1997  Ian Lance Taylor  <i...@cygnus.com>
 
 Tue Apr 29 19:11:45 1997  Tom Tromey  <tro...@cygnus.com>
 
-	* INSTALL, mkinstalldirs, install-sh: Update from François
+	* INSTALL, mkinstalldirs, install-sh: Update from François
 	Pinard.
 
 	* aclocal.in (add_macro): If AC_ macro was defined, then mark it
@@ -2001,7 +2001,7 @@ Tue Mar 18 17:20:03 1997  Tom Tromey  <tro...@cygnus.com>
 	* m4/init.m4 (missing_dir): Use AM_MISSING_PROG.
 	* m4/missing.m4: New file.
 
-	`missing' changes from François Pinard:
+	`missing' changes from François Pinard:
 	* Everywhere: Use ACLOCAL_M4 to name aclocal.m4 file; ACLOCAL now
 	names aclocal program.
 	* m4/init.m4: Replace programs with `missing' if not found.
@@ -2140,7 +2140,7 @@ Tue Feb  4 18:29:42 1997  Tom Tromey  <tro...@cygnus.com>
 	(handle_aclocal_m4): Use ACLOCAL_AMFLAGS.
 	(handle_clean): Put -recursive target before -am target.
 	(handle_merge_targets): Put basename of $config_name on @all.
-	Test confsub.test.  From Ramón García Fernández.
+	Test confsub.test.  From Ramón García Fernández.
 
 Tue Jan 28 22:19:04 1997  Tom Tromey  <tro...@cygnus.com>
 
diff --git a/NEWS b/NEWS
index b5cb6e9..3132b16 100644
--- a/NEWS
+++ b/NEWS
@@ -1428,7 +1428,7 @@ New in 0.32:
 
 New in 0.31:
 * Bug fixes
-* Documentation updates (many from François Pinard)
+* Documentation updates (many from François Pinard)
 * strictness `normal' now renamed to `foreign'
 * Renamed --install-missing to --add-missing
 * Now handles AC_CONFIG_AUX_DIR
@@ -1486,7 +1486,7 @@ New in 0.26:
 * Comments in Makefile.am are placed more intelligently in Makefile.in
 * Generates .PHONY target
 * Rule or macro in Makefile.am now overrides contents of Automake file
-* Substantial cleanups from François Pinard
+* Substantial cleanups from François Pinard
 
 New in 0.25:
 * Bug fixes.
diff --git a/TODO b/TODO
index 0c28f49..79f298f 100644
--- a/TODO
+++ b/TODO
@@ -311,7 +311,7 @@ them in a directory)
 
 Handle dist-zoo.  Generally add more DOS support.  Maybe run "doschk"
 (why isn't this merged with "pathchk"?) when doing a dist.  Do
-whatever else François says here...
+whatever else François says here...
 
 Add support for html via an option.  Use texi2html.  Use
 "html_TEXINFOS", and htmldir = .../html.  Include html files in
@@ -373,7 +373,7 @@ Auto-distribute "ChangeLog.[0-9]+"?  "ChangeLog.[a-z]+"?
 Internationalize. [ gettext doesn't have the necessary machinery yet ]
 am_error should use printf-style arguments (for eventual gettext scheme)
 
-François says the ordering of files in a distribution should be as follows:
+François says the ordering of files in a distribution should be as follows:
 * README
 * source files
 * derived files
@@ -433,7 +433,7 @@ follow calc example in dejagnu docs
 
 document which variables are actually scanned and which are not.
 
-Document customary ordering of Makefile.am.  From François.
+Document customary ordering of Makefile.am.  From François.
 
 Should include extended version of diagram from Autoconf (suggested by
 Greg Woods)
-- 
1.7.2.3

Reply via email to