diff options
author | Martin Liska <mliska@suse.cz> | 2021-01-04 11:33:59 +0100 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2021-01-04 11:35:17 +0100 |
commit | a40718b5fc8bd698bdf48fc3f6187ac9eb615f35 (patch) | |
tree | faaa763e3bdcda38c9630ad15918349d377e8f01 | |
parent | ff6b40624797c1b6f7d25657b67fc7aac40f39ff (diff) | |
download | gcc-a40718b5fc8bd698bdf48fc3f6187ac9eb615f35.zip gcc-a40718b5fc8bd698bdf48fc3f6187ac9eb615f35.tar.gz gcc-a40718b5fc8bd698bdf48fc3f6187ac9eb615f35.tar.bz2 |
Convert 2 files to utf8.
libiberty/ChangeLog:
* strverscmp.c: Convert to utf8 from iso8859.
gcc/testsuite/ChangeLog:
* README: Convert to utf8 from iso8859.
-rw-r--r-- | gcc/testsuite/README | 2 | ||||
-rw-r--r-- | libiberty/strverscmp.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/README b/gcc/testsuite/README index e68427e..744ca2a 100644 --- a/gcc/testsuite/README +++ b/gcc/testsuite/README @@ -31,7 +31,7 @@ STRUCTURE OF THE G++ TESTSUITE g++.gb Tests by Gerald Baumgartner g++.jason Tests by Jason Merill g++.jeff Tests by Jeffrey A Law - g++.martin Tests by Martin v. Löwis + g++.martin Tests by Martin v. Löwis g++.mike Tests by Mike Stump g++.niklas Tests by Niklas Hallqvist g++.ns Tests for namespaces diff --git a/libiberty/strverscmp.c b/libiberty/strverscmp.c index 6f3e8b4..57a71da 100644 --- a/libiberty/strverscmp.c +++ b/libiberty/strverscmp.c @@ -1,7 +1,7 @@ /* Compare strings while treating digits characters numerically. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the libiberty library. - Contributed by Jean-François Bignolles <bignolle@ecoledoc.ibp.fr>, 1997. + Contributed by Jean-François Bignolles <bignolle@ecoledoc.ibp.fr>, 1997. Libiberty is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public |