diff options
author | uqs <uqs@FreeBSD.org> | 2011-12-30 10:59:15 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2011-12-30 10:59:15 +0000 |
commit | f4753a04d4771c2013dc576b6455d28c5e64e93e (patch) | |
tree | 892eb3558e7c57da4cd79683c38b59609323ba5e /usr.bin | |
parent | 415a3a9b966c1522657d435a1785904f41accc78 (diff) | |
download | FreeBSD-src-f4753a04d4771c2013dc576b6455d28c5e64e93e.zip FreeBSD-src-f4753a04d4771c2013dc576b6455d28c5e64e93e.tar.gz |
Reencode files from latin1 to UTF-8.
This makes a tiny percentage of entries in calendars ugly for latin1
users, but fixes them for UTF-8 users.
This badly needs a solution involving locale-dependent re-encoding.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/brandelf/brandelf.c | 2 | ||||
-rw-r--r-- | usr.bin/calendar/calendars/calendar.birthday | 2 | ||||
-rw-r--r-- | usr.bin/calendar/calendars/calendar.freebsd | 2 | ||||
-rw-r--r-- | usr.bin/calendar/calendars/calendar.history | 2 | ||||
-rw-r--r-- | usr.bin/calendar/calendars/calendar.music | 2 | ||||
-rw-r--r-- | usr.bin/logins/logins.1 | 2 | ||||
-rw-r--r-- | usr.bin/logins/logins.c | 2 | ||||
-rw-r--r-- | usr.bin/sockstat/sockstat.1 | 2 | ||||
-rw-r--r-- | usr.bin/sockstat/sockstat.c | 2 | ||||
-rw-r--r-- | usr.bin/unzip/unzip.1 | 2 | ||||
-rw-r--r-- | usr.bin/unzip/unzip.c | 2 | ||||
-rw-r--r-- | usr.bin/whereis/pathnames.h | 2 | ||||
-rw-r--r-- | usr.bin/whereis/whereis.c | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/usr.bin/brandelf/brandelf.c b/usr.bin/brandelf/brandelf.c index 9cd391e..d2c8b01 100644 --- a/usr.bin/brandelf/brandelf.c +++ b/usr.bin/brandelf/brandelf.c @@ -1,6 +1,6 @@ /*- * Copyright (c) 2000, 2001 David O'Brien - * Copyright (c) 1996 Søren Schmidt + * Copyright (c) 1996 Søren Schmidt * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/calendar/calendars/calendar.birthday b/usr.bin/calendar/calendars/calendar.birthday index c517799..ad78d8f 100644 --- a/usr.bin/calendar/calendars/calendar.birthday +++ b/usr.bin/calendar/calendars/calendar.birthday @@ -291,7 +291,7 @@ 12/12 E.G. Robinson born, 1893 12/14 George Washington dies, 1799 12/17 William Safire (Safir) born, 1929 -12/18 Konrad Zuse died in Hünfeld, 1995 +12/18 Konrad Zuse died in Hünfeld, 1995 12/20 Carl Sagan died, 1996 12/21 Benjamin Disraeli born, 1804 12/22 Giacomo Puccini born, 1858 diff --git a/usr.bin/calendar/calendars/calendar.freebsd b/usr.bin/calendar/calendars/calendar.freebsd index b5f86b2..4a9b204 100644 --- a/usr.bin/calendar/calendars/calendar.freebsd +++ b/usr.bin/calendar/calendars/calendar.freebsd @@ -326,7 +326,7 @@ 11/28 Stanislav Sedov <stas@FreeBSD.org> born in Chelyabinsk, USSR, 1985 12/01 Hajimu Umemoto <ume@FreeBSD.org> born in Nara, Japan, 1961 12/01 Alexey Dokuchaev <danfe@FreeBSD.org> born in Magadan, USSR, 1980 -12/02 Ermal Luçi <eri@FreeBSD.org> born in Tirane, Albania, 1980 +12/02 Ermal Luçi <eri@FreeBSD.org> born in Tirane, Albania, 1980 12/03 Diane Bruce <db@FreeBSD.org> born in Ottawa, Ontario, Canada, 1952 12/05 Ivan Voras <ivoras@FreeBSD.org> born in Slavonski Brod, Croatia, 1981 12/06 Stefan Farfeleder <stefanf@FreeBSD.org> born in Wien, Austria, 1980 diff --git a/usr.bin/calendar/calendars/calendar.history b/usr.bin/calendar/calendars/calendar.history index b170f43..de8fb00 100644 --- a/usr.bin/calendar/calendars/calendar.history +++ b/usr.bin/calendar/calendars/calendar.history @@ -302,7 +302,7 @@ 09/11 Terrorists destroy World Trade Center in New York, 2001 09/12 German paratroopers rescue Mussolini from captivity in Rome, 1943 09/12 Germany annexes Sudetenland, 1938 -09/13 58° C (136.4° F) measured at el Azizia, Libya, 1922 +09/13 58 °C (136.4 °F) measured at el Azizia, Libya, 1922 09/13 British defeat the French at the Plains of Abraham, just outside the walls of Quebec City, 1759 09/13 Building of Hadrian's Wall begun, 122 09/13 Chiang Kai-Shek becomes president of China, 1943 diff --git a/usr.bin/calendar/calendars/calendar.music b/usr.bin/calendar/calendars/calendar.music index 557e63b..967f6af 100644 --- a/usr.bin/calendar/calendars/calendar.music +++ b/usr.bin/calendar/calendars/calendar.music @@ -225,7 +225,7 @@ 12/08 Jim Morrison is born in Melbourne, Florida, 1943 12/08 John Lennon is shot and killed in New York City, 1980 12/09 The Who's "Tommy" premieres in London, 1973 -12/11 (Louis) Hector Berlioz born in La-Côte-Saint-André, 1803 +12/11 (Louis) Hector Berlioz born in La-Côte-Saint-André, 1803 12/13 Ted Nugent, the motor city madman, born in Detroit, 1949 12/15 Thomas Edison receives patent on the phonograph, 1877 12/16 Don McLean's "American Pie" is released, 1971 diff --git a/usr.bin/logins/logins.1 b/usr.bin/logins/logins.1 index fcd12b3..6ac7acc 100644 --- a/usr.bin/logins/logins.1 +++ b/usr.bin/logins/logins.1 @@ -1,5 +1,5 @@ .\"- -.\" Copyright (c) 2004 Dag-Erling Coïdan Smørgrav +.\" Copyright (c) 2004 Dag-Erling Coïdan Smørgrav .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/logins/logins.c b/usr.bin/logins/logins.c index abf342e..5cc60d7 100644 --- a/usr.bin/logins/logins.c +++ b/usr.bin/logins/logins.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2004 Dag-Erling Coïdan Smørgrav + * Copyright (c) 2004 Dag-Erling Coïdan Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/sockstat/sockstat.1 b/usr.bin/sockstat/sockstat.1 index 64e163b..02cf568 100644 --- a/usr.bin/sockstat/sockstat.1 +++ b/usr.bin/sockstat/sockstat.1 @@ -1,5 +1,5 @@ .\"- -.\" Copyright (c) 1999 Dag-Erling Coïdan Smørgrav +.\" Copyright (c) 1999 Dag-Erling Coïdan Smørgrav .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/sockstat/sockstat.c b/usr.bin/sockstat/sockstat.c index 2242c4e..7235ba9 100644 --- a/usr.bin/sockstat/sockstat.c +++ b/usr.bin/sockstat/sockstat.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2002 Dag-Erling Coïdan Smørgrav + * Copyright (c) 2002 Dag-Erling Coïdan Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/unzip/unzip.1 b/usr.bin/unzip/unzip.1 index d115554..fd93b85 100644 --- a/usr.bin/unzip/unzip.1 +++ b/usr.bin/unzip/unzip.1 @@ -1,5 +1,5 @@ .\"- -.\" Copyright (c) 2007-2008 Dag-Erling Coïdan Smørgrav +.\" Copyright (c) 2007-2008 Dag-Erling Coïdan Smørgrav .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/unzip/unzip.c b/usr.bin/unzip/unzip.c index a3852f7..1fa3564 100644 --- a/usr.bin/unzip/unzip.c +++ b/usr.bin/unzip/unzip.c @@ -1,6 +1,6 @@ /*- * Copyright (c) 2009 Joerg Sonnenberger <joerg@NetBSD.org> - * Copyright (c) 2007-2008 Dag-Erling Coïdan Smørgrav + * Copyright (c) 2007-2008 Dag-Erling Coïdan Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/whereis/pathnames.h b/usr.bin/whereis/pathnames.h index 09084ae..1668d90 100644 --- a/usr.bin/whereis/pathnames.h +++ b/usr.bin/whereis/pathnames.h @@ -1,5 +1,5 @@ /* - * Copyright © 2002, Jörg Wunsch + * Copyright © 2002, Jörg Wunsch * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/usr.bin/whereis/whereis.c b/usr.bin/whereis/whereis.c index 91df6dc..401461f 100644 --- a/usr.bin/whereis/whereis.c +++ b/usr.bin/whereis/whereis.c @@ -1,5 +1,5 @@ /* - * Copyright © 2002, Jörg Wunsch + * Copyright © 2002, Jörg Wunsch * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |