From 76591e2b8b8a185dba15ef89f30a05486b039040 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 25 Aug 2010 18:15:34 +0100 Subject: [PATCH] mktables: Clarify comment output in files I never understood this comment until it bit me. Based on my new-found experience, I've expanded it. --- lib/unicore/mktables | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/unicore/mktables b/lib/unicore/mktables index 312e682..ee4873c 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -5453,7 +5453,9 @@ END # multiple code points. These do not appear in the main body, but are defined # in the hash below. -# The key: UTF-8 _bytes_, the value: UTF-8 (speed hack) +# Each key is the string of N bytes that together make up the UTF-8 encoding +# for the code point. (i.e. the same as looking at the code point's UTF-8 +# under "use bytes"). Each value is the UTF-8 of the translation, for speed. %utf8::ToSpec$name = ( END $pre_body .= join("\n", @multi_code_point_maps) . "\n);\n"; -- 1.8.3.1