diff options
author | Jakub Jelinek <jakub@gcc.gnu.org> | 2008-09-05 13:07:45 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2008-09-05 13:07:45 +0200 |
commit | 719bb4e3d3f7d9e3e59f97141a54fe633a77b46d (patch) | |
tree | 1beb1ce7152c7446899dbebe21a596356b4ea627 /libjava/classpath | |
parent | 23d9794af3ce1e5814c76169bc8aa58f696b69a5 (diff) | |
download | gcc-719bb4e3d3f7d9e3e59f97141a54fe633a77b46d.zip gcc-719bb4e3d3f7d9e3e59f97141a54fe633a77b46d.tar.gz gcc-719bb4e3d3f7d9e3e59f97141a54fe633a77b46d.tar.bz2 |
Convert ChangeLog files to UTF-8.
Command used:
LC_ALL=C sed -i \
-e 's/D\(o\|\xf6\)nmez/D\xc3\xb6nmez/' \
-e 's/\(Av\|\x81\xc1v\|\xc1v\|\xef\xbf\xbdv\?\|\x81\xc3\x81v\|\xc3v\)ila/\xc3\x81vila/' \
-e 's/Esp\(in\|\x81\xedn\|\xedn\|\xef\xbf\xbdn\?\|\xef\xbf\xbd\xadn\|\x81\xc3\xadn\)dola/Esp\xc3\xadndola/' \
-e 's/Schl\(u\|\xef\xbf\xbd\|\xfcu\?\|\x81\xfc\|\x81\xc3\xbc\|\xc3\xaf\xc2\xbf\xc2\xbd\|\xef\xbf\xbd\xef\xbf\xbd\xef\xbf\xbd\xc2\xbc\)ter/Schl\xc3\xbcter/' \
-e 's/Humi\(e\|\xe8\)res/Humi\xc3\xa8res/' \
-e 's/L\(ow\|\xc3\xaf\xc2\xbf\xc2\xbd\|oew\|\xf6w\)is/L\xc3\xb6wis/' \
-e 's/G\xfctlein/G\xc3\xbctlein/' \
-e 's/G\xe1[b]or/G\xc3\xa1bor/' \
-e 's/L\xf3ki/L\xc3\xb3ki/' \
-e 's/Fautr\xc3 /Fautr\xc3\xa9 /' \
-e 's/S\xe9[b]astian/S\xc3\xa9bastian/' \
-e 's/Th\xef\xbf\xbd[d]ore/Th\xc3\xa9odore/' \
-e 's/Cors\xc3\xc2\xa9pius/Cors\xc3\xa9pius/' \
-e 's/K\xfchl/K\xc3\xbchl/' \
-e 's/R\xf6nnerup/R\xc3\xb6nnerup/' \
-e 's/L\xf8vset/L\xc3\xb8vset/' \
-e 's/Ph\x81\xfb\x81\xf4ng-Th\x81\xe5o/Ph\xc3\xbb\xc3\xb4ng-Th\xc3\xa5o/' \
-e 's/V\x81\xf5/V\xc3\xb5/' \
-e 's/J\xf6nsson/J\xc3\xb6nsson/' \
-e 's/V\xef\xbf\xbdis\xef\xbf\xbdnen/V\xc3\xa4is\xc3\xa4nen/' \
-e 's/J\xef\xbf\xbdrg/J\xc3\xb6rg/' \
-e 's/M\xef\xbf\xbdsli/M\xc3\xb6sli/' \
-e 's/R\xe4ty/R\xc3\xa4ty/' \
-e 's/2003\xc2\xad-/2003-/' \
-e 's/\xc2\xa0/ /g' \
-e 's/ \xa0/ /g' \
-e 's/\xa0 //' \
`find . -name \*ChangeLog\* | grep -v /.svn`
From-SVN: r140033
Diffstat (limited to 'libjava/classpath')
-rw-r--r-- | libjava/classpath/ChangeLog-2003 | 6 | ||||
-rw-r--r-- | libjava/classpath/ChangeLog-2004 | 6 | ||||
-rw-r--r-- | libjava/classpath/ChangeLog-2005 | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/libjava/classpath/ChangeLog-2003 b/libjava/classpath/ChangeLog-2003 index c5e2a93..0603577 100644 --- a/libjava/classpath/ChangeLog-2003 +++ b/libjava/classpath/ChangeLog-2003 @@ -3892,7 +3892,7 @@ * java/sql/Timestamp.java (valueOf): Fixed confusion of java.sql.Date and java.util.Date -2003-07-24 H. V�is�nen <hvaisane@joyx.joensuu.fi> +2003-07-24 H. Väisänen <hvaisane@joyx.joensuu.fi> * java/text/SimpleDateFormat.java (format) [YEAR_FIELD]: Zero pad unless field size is 2. @@ -18212,7 +18212,7 @@ * java/util/zip/ZipFile.java (readEntries): Search for the End Of Central Directory. When a zip comment is present the directory - may start earlier. Patch suggested by J�rg Prante + may start earlier. Patch suggested by Jörg Prante <joergprante@gmx.de>. * java/util/zip/ZipConstants.java: Renamed constants to their SUN @@ -18417,7 +18417,7 @@ * java/util/zip/ZipFile.java: Return -1 in PartialInputStream.read(byte[],int,int) when end of stream reached. - Reported by Bernd M�sli <bmoesli@esmertec.com>. + Reported by Bernd Mösli <bmoesli@esmertec.com>. 2001-10-01 Mark Wielaard <mark@klomp.org> diff --git a/libjava/classpath/ChangeLog-2004 b/libjava/classpath/ChangeLog-2004 index 58e8d1e..0fdcff3 100644 --- a/libjava/classpath/ChangeLog-2004 +++ b/libjava/classpath/ChangeLog-2004 @@ -13822,9 +13822,9 @@ PR AWT/16121 * ChangeLog: Restore corrupted umlauts. Some time between 2004-04-07 and 2004-05-01, somebody used - an editing tool on ChangeLog that converted Bernd M�sli's surname - to Mvsli, and similarly corrupted the names of J�rg Prante and - H. V�is�nen. It looks as if the editing tool read in latin1 + an editing tool on ChangeLog that converted Bernd Mösli's surname + to Mvsli, and similarly corrupted the names of Jörg Prante and + H. Väisänen. It looks as if the editing tool read in latin1 characters, then masked them with 0x7F and wrote them out again. * ChangeLog: Explicitly set coding system to latin-1. diff --git a/libjava/classpath/ChangeLog-2005 b/libjava/classpath/ChangeLog-2005 index ed9dca2..03fdf5d 100644 --- a/libjava/classpath/ChangeLog-2005 +++ b/libjava/classpath/ChangeLog-2005 @@ -4439,7 +4439,7 @@ 2005-11-09 Mark Wielaard <mark@klomp.org> - Reported by Petteri Räty <betelgeuse@gentoo.org> + Reported by Petteri Räty <betelgeuse@gentoo.org> * INSTALL: Remove double --enable-xmlj entry. 2005-11-09 Anthony Balkissoon <abalkiss@redhat.com> |