From cdad3b53476fc75fca269751d978ddef3278f18b Mon Sep 17 00:00:00 2001 From: Keith Thompson Date: Mon, 5 Sep 2011 16:37:46 -0700 Subject: [PATCH] Convert some files from Latin-1 to UTF-8 --- NetWare/CLIBsdio.h | 2 +- NetWare/CLIBstr.h | 2 +- NetWare/CLIBstuf.c | 2 +- NetWare/CLIBstuf.h | 2 +- NetWare/Main.c | 2 +- NetWare/NWTInfo.c | 2 +- NetWare/NWUtil.c | 2 +- NetWare/Nwmain.c | 2 +- NetWare/Nwpipe.c | 2 +- NetWare/deb.h | 2 +- NetWare/intdef.h | 2 +- NetWare/interface.c | 2 +- NetWare/interface.cpp | 2 +- NetWare/interface.h | 2 +- NetWare/iperlhost.h | 2 +- NetWare/netware.h | 2 +- NetWare/nw5.c | 2 +- NetWare/nw5iop.h | 2 +- NetWare/nw5sck.c | 2 +- NetWare/nw5sck.h | 2 +- NetWare/nw5thread.c | 2 +- NetWare/nw5thread.h | 2 +- NetWare/nwhashcls.cpp | 2 +- NetWare/nwhashcls.h | 2 +- NetWare/nwperlhost.h | 2 +- NetWare/nwperlsys.c | 2 +- NetWare/nwperlsys.h | 2 +- NetWare/nwpipe.h | 2 +- NetWare/nwplglob.c | 2 +- NetWare/nwplglob.h | 2 +- NetWare/nwstdio.h | 2 +- NetWare/nwtinfo.h | 2 +- NetWare/nwutil.h | 2 +- NetWare/nwvmem.h | 2 +- NetWare/perllib.cpp | 2 +- NetWare/win32ish.h | 2 +- Porting/Maintainers.pl | 8 +++++--- Porting/checkAUTHORS.pl | 3 ++- ext/attributes/attributes.xs | 2 +- gv.c | 2 +- locale.c | 4 ++-- malloc.c | 2 +- perl.c | 2 +- run.c | 2 +- taint.c | 2 +- utf8.c | 4 ++-- util.c | 2 +- 47 files changed, 54 insertions(+), 51 deletions(-) diff --git a/NetWare/CLIBsdio.h b/NetWare/CLIBsdio.h index 76aba02..b2db369 100644 --- a/NetWare/CLIBsdio.h +++ b/NetWare/CLIBsdio.h @@ -1,6 +1,6 @@ /* - * Copyright © 2001 Novell, Inc. All Rights Reserved. + * Copyright © 2001 Novell, Inc. All Rights Reserved. * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. diff --git a/NetWare/CLIBstr.h b/NetWare/CLIBstr.h index e025c04..4b26fc9 100644 --- a/NetWare/CLIBstr.h +++ b/NetWare/CLIBstr.h @@ -1,6 +1,6 @@ /* - * Copyright © 2001 Novell, Inc. All Rights Reserved. + * Copyright © 2001 Novell, Inc. All Rights Reserved. * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. diff --git a/NetWare/CLIBstuf.c b/NetWare/CLIBstuf.c index 0e649dc..26a4a4b 100644 --- a/NetWare/CLIBstuf.c +++ b/NetWare/CLIBstuf.c @@ -1,6 +1,6 @@ /* - * Copyright © 2001 Novell, Inc. All Rights Reserved. + * Copyright © 2001 Novell, Inc. All Rights Reserved. * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. diff --git a/NetWare/CLIBstuf.h b/NetWare/CLIBstuf.h index 90f3557..78671fd 100644 --- a/NetWare/CLIBstuf.h +++ b/NetWare/CLIBstuf.h @@ -1,6 +1,6 @@ /* - * Copyright © 2001 Novell, Inc. All Rights Reserved. + * Copyright © 2001 Novell, Inc. All Rights Reserved. * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. diff --git a/NetWare/Main.c b/NetWare/Main.c index d23ce68..5116cbc 100644 --- a/NetWare/Main.c +++ b/NetWare/Main.c @@ -1,6 +1,6 @@ /* - * Copyright © 2001 Novell, Inc. All Rights Reserved. + * Copyright © 2001 Novell, Inc. All Rights Reserved. * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. diff --git a/NetWare/NWTInfo.c b/NetWare/NWTInfo.c index 4180fa7..b057d56 100644 --- a/NetWare/NWTInfo.c +++ b/NetWare/NWTInfo.c @@ -1,6 +1,6 @@ /* - * Copyright © 2001 Novell, Inc. All Rights Reserved. + * Copyright © 2001 Novell, Inc. All Rights Reserved. * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. diff --git a/NetWare/NWUtil.c b/NetWare/NWUtil.c index 8db93c6..15e90cb 100644 --- a/NetWare/NWUtil.c +++ b/NetWare/NWUtil.c @@ -1,6 +1,6 @@ /* - * Copyright © 2001 Novell, Inc. All Rights Reserved. + * Copyright © 2001 Novell, Inc. All Rights Reserved. * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. diff --git a/NetWare/Nwmain.c b/NetWare/Nwmain.c index a64534e..0b9728a 100644 --- a/NetWare/Nwmain.c +++ b/NetWare/Nwmain.c @@ -1,6 +1,6 @@ /* - * Copyright © 2001 Novell, Inc. All Rights Reserved. + * Copyright © 2001 Novell, Inc. All Rights Reserved. * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. diff --git a/NetWare/Nwpipe.c b/NetWare/Nwpipe.c index 9caf2da..ce9c198 100644 --- a/NetWare/Nwpipe.c +++ b/NetWare/Nwpipe.c @@ -1,6 +1,6 @@ /* - * Copyright © 2001 Novell, Inc. All Rights Reserved. + * Copyright © 2001 Novell, Inc. All Rights Reserved. * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. diff --git a/NetWare/deb.h b/NetWare/deb.h index ece19c2..e79a8f4 100644 --- a/NetWare/deb.h +++ b/NetWare/deb.h @@ -1,6 +1,6 @@ /* - * Copyright © 2001 Novell, Inc. All Rights Reserved. + * Copyright © 2001 Novell, Inc. All Rights Reserved. * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. diff --git a/NetWare/intdef.h b/NetWare/intdef.h index ca84746..4c566c4 100644 --- a/NetWare/intdef.h +++ b/NetWare/intdef.h @@ -1,6 +1,6 @@ /* - * Copyright © 2001 Novell, Inc. All Rights Reserved. + * Copyright © 2001 Novell, Inc. All Rights Reserved. * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. diff --git a/NetWare/interface.c b/NetWare/interface.c index 2cdadca..29a8dc0 100644 --- a/NetWare/interface.c +++ b/NetWare/interface.c @@ -1,6 +1,6 @@ /* - * Copyright © 2001 Novell, Inc. All Rights Reserved. + * Copyright © 2001 Novell, Inc. All Rights Reserved. * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. diff --git a/NetWare/interface.cpp b/NetWare/interface.cpp index 47fef67..aef71f9 100644 --- a/NetWare/interface.cpp +++ b/NetWare/interface.cpp @@ -1,6 +1,6 @@ /* - * Copyright © 2001 Novell, Inc. All Rights Reserved. + * Copyright © 2001 Novell, Inc. All Rights Reserved. * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. diff --git a/NetWare/interface.h b/NetWare/interface.h index b6dd4a0..9897993 100644 --- a/NetWare/interface.h +++ b/NetWare/interface.h @@ -1,6 +1,6 @@ /* - * Copyright © 2001 Novell, Inc. All Rights Reserved. + * Copyright © 2001 Novell, Inc. All Rights Reserved. * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. diff --git a/NetWare/iperlhost.h b/NetWare/iperlhost.h index 3204c2c..cc1754a 100644 --- a/NetWare/iperlhost.h +++ b/NetWare/iperlhost.h @@ -1,6 +1,6 @@ /* - * Copyright © 2001 Novell, Inc. All Rights Reserved. + * Copyright © 2001 Novell, Inc. All Rights Reserved. * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. diff --git a/NetWare/netware.h b/NetWare/netware.h index 18089d5..c106476 100644 --- a/NetWare/netware.h +++ b/NetWare/netware.h @@ -1,6 +1,6 @@ /* - * Copyright © 2001 Novell, Inc. All Rights Reserved. + * Copyright © 2001 Novell, Inc. All Rights Reserved. * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. diff --git a/NetWare/nw5.c b/NetWare/nw5.c index 7f9eebe..531b308 100644 --- a/NetWare/nw5.c +++ b/NetWare/nw5.c @@ -1,6 +1,6 @@ /* - * Copyright © 2001 Novell, Inc. All Rights Reserved. + * Copyright © 2001 Novell, Inc. All Rights Reserved. * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. diff --git a/NetWare/nw5iop.h b/NetWare/nw5iop.h index 27cd0a1..391c899 100644 --- a/NetWare/nw5iop.h +++ b/NetWare/nw5iop.h @@ -1,6 +1,6 @@ /* - * Copyright © 2001 Novell, Inc. All Rights Reserved. + * Copyright © 2001 Novell, Inc. All Rights Reserved. * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. diff --git a/NetWare/nw5sck.c b/NetWare/nw5sck.c index 46069a3..35dee92 100644 --- a/NetWare/nw5sck.c +++ b/NetWare/nw5sck.c @@ -1,6 +1,6 @@ /* - * Copyright © 2001 Novell, Inc. All Rights Reserved. + * Copyright © 2001 Novell, Inc. All Rights Reserved. * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. diff --git a/NetWare/nw5sck.h b/NetWare/nw5sck.h index 5c0e333..afe2f93 100644 --- a/NetWare/nw5sck.h +++ b/NetWare/nw5sck.h @@ -1,6 +1,6 @@ /* - * Copyright © 2001 Novell, Inc. All Rights Reserved. + * Copyright © 2001 Novell, Inc. All Rights Reserved. * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. diff --git a/NetWare/nw5thread.c b/NetWare/nw5thread.c index 9ff2c32..abedb5c 100644 --- a/NetWare/nw5thread.c +++ b/NetWare/nw5thread.c @@ -1,6 +1,6 @@ /* - * Copyright © 2001 Novell, Inc. All Rights Reserved. + * Copyright © 2001 Novell, Inc. All Rights Reserved. * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. diff --git a/NetWare/nw5thread.h b/NetWare/nw5thread.h index ad70db0..6bdba24 100644 --- a/NetWare/nw5thread.h +++ b/NetWare/nw5thread.h @@ -1,6 +1,6 @@ /* - * Copyright © 2001 Novell, Inc. All Rights Reserved. + * Copyright © 2001 Novell, Inc. All Rights Reserved. * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. diff --git a/NetWare/nwhashcls.cpp b/NetWare/nwhashcls.cpp index 1c582a5..2bf2485 100644 --- a/NetWare/nwhashcls.cpp +++ b/NetWare/nwhashcls.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2001 Novell, Inc. All Rights Reserved. + * Copyright © 2001 Novell, Inc. All Rights Reserved. * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. diff --git a/NetWare/nwhashcls.h b/NetWare/nwhashcls.h index 88956af..55ff200 100644 --- a/NetWare/nwhashcls.h +++ b/NetWare/nwhashcls.h @@ -1,6 +1,6 @@ /* - * Copyright © 2001 Novell, Inc. All Rights Reserved. + * Copyright © 2001 Novell, Inc. All Rights Reserved. * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. diff --git a/NetWare/nwperlhost.h b/NetWare/nwperlhost.h index 9839184..c69e554 100644 --- a/NetWare/nwperlhost.h +++ b/NetWare/nwperlhost.h @@ -1,6 +1,6 @@ /* - * Copyright © 2001 Novell, Inc. All Rights Reserved. + * Copyright © 2001 Novell, Inc. All Rights Reserved. * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. diff --git a/NetWare/nwperlsys.c b/NetWare/nwperlsys.c index 9eca522..32c15cb 100644 --- a/NetWare/nwperlsys.c +++ b/NetWare/nwperlsys.c @@ -1,5 +1,5 @@ /* - * Copyright © 2001 Novell, Inc. All Rights Reserved. + * Copyright © 2001 Novell, Inc. All Rights Reserved. * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. diff --git a/NetWare/nwperlsys.h b/NetWare/nwperlsys.h index ff41d69..3d82dd1 100644 --- a/NetWare/nwperlsys.h +++ b/NetWare/nwperlsys.h @@ -1,5 +1,5 @@ /* - * Copyright © 2001 Novell, Inc. All Rights Reserved. + * Copyright © 2001 Novell, Inc. All Rights Reserved. * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. diff --git a/NetWare/nwpipe.h b/NetWare/nwpipe.h index 4e9354a..462a73d 100644 --- a/NetWare/nwpipe.h +++ b/NetWare/nwpipe.h @@ -1,6 +1,6 @@ /* - * Copyright © 2001 Novell, Inc. All Rights Reserved. + * Copyright © 2001 Novell, Inc. All Rights Reserved. * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. diff --git a/NetWare/nwplglob.c b/NetWare/nwplglob.c index 51a3e5e..6810fd5 100644 --- a/NetWare/nwplglob.c +++ b/NetWare/nwplglob.c @@ -1,6 +1,6 @@ /* - * Copyright © 2001 Novell, Inc. All Rights Reserved. + * Copyright © 2001 Novell, Inc. All Rights Reserved. * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. diff --git a/NetWare/nwplglob.h b/NetWare/nwplglob.h index 1c9d9e4..cf60e73 100644 --- a/NetWare/nwplglob.h +++ b/NetWare/nwplglob.h @@ -1,6 +1,6 @@ /* - * Copyright © 2001 Novell, Inc. All Rights Reserved. + * Copyright © 2001 Novell, Inc. All Rights Reserved. * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. diff --git a/NetWare/nwstdio.h b/NetWare/nwstdio.h index 4aabb0a..50ab6f3 100644 --- a/NetWare/nwstdio.h +++ b/NetWare/nwstdio.h @@ -1,5 +1,5 @@ /* - * Copyright © 2001 Novell, Inc. All Rights Reserved. + * Copyright © 2001 Novell, Inc. All Rights Reserved. * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. diff --git a/NetWare/nwtinfo.h b/NetWare/nwtinfo.h index 25d78a7..a08d060 100644 --- a/NetWare/nwtinfo.h +++ b/NetWare/nwtinfo.h @@ -1,6 +1,6 @@ /* - * Copyright © 2001 Novell, Inc. All Rights Reserved. + * Copyright © 2001 Novell, Inc. All Rights Reserved. * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. diff --git a/NetWare/nwutil.h b/NetWare/nwutil.h index 6c8f144..ff05d18 100644 --- a/NetWare/nwutil.h +++ b/NetWare/nwutil.h @@ -1,6 +1,6 @@ /* - * Copyright © 2001 Novell, Inc. All Rights Reserved. + * Copyright © 2001 Novell, Inc. All Rights Reserved. * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. diff --git a/NetWare/nwvmem.h b/NetWare/nwvmem.h index da41afd..e82eaee 100644 --- a/NetWare/nwvmem.h +++ b/NetWare/nwvmem.h @@ -1,6 +1,6 @@ /* - * Copyright © 2001 Novell, Inc. All Rights Reserved. + * Copyright © 2001 Novell, Inc. All Rights Reserved. * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. diff --git a/NetWare/perllib.cpp b/NetWare/perllib.cpp index a9eb824..32f8ed2 100644 --- a/NetWare/perllib.cpp +++ b/NetWare/perllib.cpp @@ -1,6 +1,6 @@ /* - * Copyright © 2001 Novell, Inc. All Rights Reserved. + * Copyright © 2001 Novell, Inc. All Rights Reserved. * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. diff --git a/NetWare/win32ish.h b/NetWare/win32ish.h index a8fcbcd..f6603d5 100644 --- a/NetWare/win32ish.h +++ b/NetWare/win32ish.h @@ -1,6 +1,6 @@ /* - * Copyright © 2001 Novell, Inc. All Rights Reserved. + * Copyright © 2001 Novell, Inc. All Rights Reserved. * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 1114369..f903bc3 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -7,8 +7,10 @@ package Maintainers; +use utf8; use File::Glob qw(:case); + %Maintainers = ( 'abergman' => 'Arthur Bergman ', @@ -18,7 +20,7 @@ use File::Glob qw(:case); 'andya' => 'Andy Armstrong ', 'arandal' => 'Allison Randal ', 'audreyt' => 'Audrey Tang ', - 'avar' => 'Ævar Arnfjörð Bjarmason ', + 'avar' => 'Ævar Arnfjörð Bjarmason ', 'bingos' => 'Chris Williams ', 'chorny' => 'Alexandr Ciornii ', 'corion' => 'Max Maischein ', @@ -74,8 +76,8 @@ use File::Glob qw(:case); 'rra' => 'Russ Allbery ', 'rurban' => 'Reini Urban ', 'sadahiro' => 'SADAHIRO Tomoyuki ', - 'salva' => 'Salvador Fandiño García ', - 'saper' => 'Sébastien Aperghis-Tramoni ', + 'salva' => 'Salvador Fandiño García ', + 'saper' => 'Sébastien Aperghis-Tramoni ', 'sartak' => 'Shawn M Moore ', 'sbeck' => 'Sullivan Beck ', 'sburke' => 'Sean Burke ', diff --git a/Porting/checkAUTHORS.pl b/Porting/checkAUTHORS.pl index d59e41a..a5b770c 100755 --- a/Porting/checkAUTHORS.pl +++ b/Porting/checkAUTHORS.pl @@ -1,6 +1,7 @@ #!/usr/bin/perl -w use strict; my ($committer, $patch, $author, $date); +use utf8; use Getopt::Long; use Text::Wrap; $Text::Wrap::columns = 80; @@ -222,7 +223,7 @@ sub read_authors_files { $name =~ s/\s*\z//; $raw{$email} = $name; $count{$email}++; - } elsif (/^([-A-Za-z0-9 .\'À-ÖØöø-ÿ]+)[\t\n]/) { + } elsif (/^([-A-Za-z0-9 .\'À-ÖØöø-ÿ]+)[\t\n]/) { # Name only $untraced{$1}++; diff --git a/ext/attributes/attributes.xs b/ext/attributes/attributes.xs index 24f5f61..3900c36 100644 --- a/ext/attributes/attributes.xs +++ b/ext/attributes/attributes.xs @@ -12,7 +12,7 @@ * 'Perilous to us all are the devices of an art deeper than we possess * ourselves.' --Gandalf * - * [p.597 of _The Lord of the Rings_, III/xi: "The Palantír"] + * [p.597 of _The Lord of the Rings_, III/xi: "The Palantír"] */ #define PERL_NO_GET_CONTEXT diff --git a/gv.c b/gv.c index b3b628e..3427944 100644 --- a/gv.c +++ b/gv.c @@ -16,7 +16,7 @@ * history of Middle-earth and Over-heaven and of the Sundering Seas,' * laughed Pippin. * - * [p.599 of _The Lord of the Rings_, III/xi: "The Palantír"] + * [p.599 of _The Lord of the Rings_, III/xi: "The Palantír"] */ /* diff --git a/locale.c b/locale.c index 4631b86..163f412 100644 --- a/locale.c +++ b/locale.c @@ -10,9 +10,9 @@ /* * A Elbereth Gilthoniel, - * silivren penna míriel + * silivren penna míriel * o menel aglar elenath! - * Na-chaered palan-díriel + * Na-chaered palan-díriel * o galadhremmin ennorath, * Fanuilos, le linnathon * nef aear, si nef aearon! diff --git a/malloc.c b/malloc.c index 3c2923a..64613ee 100644 --- a/malloc.c +++ b/malloc.c @@ -5,7 +5,7 @@ /* * 'The Chamber of Records,' said Gimli. 'I guess that is where we now stand.' * - * [p.321 of _The Lord of the Rings_, II/v: "The Bridge of Khazad-Dûm"] + * [p.321 of _The Lord of the Rings_, II/v: "The Bridge of Khazad-Dûm"] */ /* This file contains Perl's own implementation of the malloc library. diff --git a/perl.c b/perl.c index 9ebb3d2..8412d9c 100644 --- a/perl.c +++ b/perl.c @@ -13,7 +13,7 @@ /* * A ship then new they built for him * of mithril and of elven-glass - * --from Bilbo's song of Eärendil + * --from Bilbo's song of Eärendil * * [p.236 of _The Lord of the Rings_, II/i: "Many Meetings"] */ diff --git a/run.c b/run.c index 368ef03..7c1d0aa 100644 --- a/run.c +++ b/run.c @@ -30,7 +30,7 @@ * Now we are come to the lands where you were foaled, and every stone you * know. Run now! Hope is in speed!' --Gandalf * - * [p.600 of _The Lord of the Rings_, III/xi: "The Palantír"] + * [p.600 of _The Lord of the Rings_, III/xi: "The Palantír"] */ int diff --git a/taint.c b/taint.c index 62c171f..fa1366f 100644 --- a/taint.c +++ b/taint.c @@ -11,7 +11,7 @@ /* * '...we will have peace, when you and all your works have perished--and * the works of your dark master to whom you would deliver us. You are a - * liar, Saruman, and a corrupter of men's hearts.' --Théoden + * liar, Saruman, and a corrupter of men's hearts.' --Théoden * * [p.580 of _The Lord of the Rings_, III/x: "The Voice of Saruman"] */ diff --git a/utf8.c b/utf8.c index 797c811..4bab3a9 100644 --- a/utf8.c +++ b/utf8.c @@ -13,12 +13,12 @@ * heard of that we don't want to see any closer; and that's the one place * we're trying to get to! And that's just where we can't get, nohow.' * - * [p.603 of _The Lord of the Rings_, IV/I: "The Taming of Sméagol"] + * [p.603 of _The Lord of the Rings_, IV/I: "The Taming of Sméagol"] * * 'Well do I understand your speech,' he answered in the same language; * 'yet few strangers do so. Why then do you not speak in the Common Tongue, * as is the custom in the West, if you wish to be answered?' - * --Gandalf, addressing Théoden's door wardens + * --Gandalf, addressing Théoden's door wardens * * [p.508 of _The Lord of the Rings_, III/vi: "The King of the Golden Hall"] * diff --git a/util.c b/util.c index 6a53cff..70a1496 100644 --- a/util.c +++ b/util.c @@ -12,7 +12,7 @@ * 'Very useful, no doubt, that was to Saruman; yet it seems that he was * not content.' --Gandalf to Pippin * - * [p.598 of _The Lord of the Rings_, III/xi: "The Palantír"] + * [p.598 of _The Lord of the Rings_, III/xi: "The Palantír"] */ /* This file contains assorted utility routines. -- 1.8.3.1