From 7803ad2d39fc24ecebdd1dbd73e6cc70ab1af094 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 22 Feb 2014 16:36:28 -0700 Subject: [PATCH] mktables: Add comment --- lib/unicore/mktables | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/unicore/mktables b/lib/unicore/mktables index 3c5e060..8899cb2 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -528,6 +528,9 @@ my $unicode_reference_url = 'http://www.unicode.org/reports/tr44/'; # 0275;LATIN SMALL LETTER BARRED O;Ll;0;L;;;;;N;;;019F;;019F # Without this change, there are casing problems for this character. # +# Search for $string_compare_versions to see how to compare changes to +# properties between Unicode versions +# ############################################################################## my $UNDEF = ':UNDEF:'; # String to print out for undefined values in tracing -- 1.8.3.1