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 | 6 +++--- tests/tagsub.test | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/block.test b/tests/block.test index 0eda190..f645c09 100755 --- a/tests/block.test +++ b/tests/block.test @@ -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 diff --git a/tests/tagsub.test b/tests/tagsub.test index ca29406..7d449ea 100755 --- a/tests/tagsub.test +++ b/tests/tagsub.test @@ -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 -- 1.7.7.3