summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorTom Christiansen <tchrist@perl.com>2008-11-01 19:43:39 -0600
committerNicholas Clark <nick@ccl4.org>2008-11-02 21:12:59 +0000
commit4ac71550d23cca4632a2bcdfcb1d83a6bf705e45 (patch)
treecc0057b4b8d9255678258aa40c673a069d39dae0 /utf8.c
parent8fa23287293bbec887dca6d7e006e50e1a445bb2 (diff)
downloadperl-4ac71550d23cca4632a2bcdfcb1d83a6bf705e45.tar.gz
PATCH: Large omnibus patch to clean up the JRRT quotes
Message-ID: <25940.1225611819@chthon> Date: Sun, 02 Nov 2008 01:43:39 -0600 p4raw-id: //depot/perl@34698
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c15
1 files changed, 11 insertions, 4 deletions
diff --git a/utf8.c b/utf8.c
index 517a67f186..ecbc4ea61c 100644
--- a/utf8.c
+++ b/utf8.c
@@ -9,16 +9,23 @@
*/
/*
- * 'What a fix!' said Sam. 'That's the one place in all the lands we've ever
- * 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.'
+ * 'What a fix!' said Sam. 'That's the one place in all the lands we've ever
+ * 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"]
*
* '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?'
+ * as is the custom in the West, if you wish to be answered?'
+ * --Gandalf, addressing Théoden's door wardens
+ *
+ * [p.508 of _The Lord of the Rings_, III/vi: "The King of the Golden Hall"]
*
* ...the travellers perceived that the floor was paved with stones of many
* hues; branching runes and strange devices intertwined beneath their feet.
+ *
+ * [p.512 of _The Lord of the Rings_, III/vi: "The King of the Golden Hall"]
*/
#include "EXTERN.h"