]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
cosmetics: convert encoding from ISO-8859 to UTF-8 in some tests
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 6 Feb 2012 20:54:36 +0000 (21:54 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 6 Feb 2012 21:35:37 +0000 (22:35 +0100)
The changed files have been converted using iconv; specifically,
the command "iconv --from-code=ISO-8859-1 --to-code=UTF-8".

* tests/block.test, tests/tagsub.test: Converted to UTF-8 encoding.

tests/block.test
tests/tagsub.test

index 0eda190449a7e35cdba34250c0617d6a8946be3e..f645c09f3edf8cc30abdcfafb04be266d1a974fd 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
-# Copyright (C) 1996, 2001, 2002, 2010, 2011 Free Software Foundation,
-# Inc.
+# Copyright (C) 1996, 2001, 2002, 2010, 2011, 2012 Free Software
+# Foundation, Inc.
 #
 # 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, see <http://www.gnu.org/licenses/>.
 
 # Make sure block comments are not double-spaced.
-# Report from François Pinard.
+# Report from François Pinard.
 
 . ./defs || Exit 1
 
index ca29406aa805e1d8a6fa3833c24b386656d59cc9..7d449ea80db348b28c95b3e82430af7de8ab89ac 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
-# Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2011 Free Software
-# Foundation, Inc.
+# Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2011, 2012 Free
+# Software Foundation, Inc.
 #
 # 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, see <http://www.gnu.org/licenses/>.
 
 # Test to make sure tags and subdirs work correctly.  Bug report by
-# François Pinard, and later by Akim Demaille.
+# François Pinard, and later by Akim Demaille.
 
 required=etags
 . ./defs || Exit 1