Re: "fuzzy" in mktables
Jarkko Hietaniemi [Sat, 1 May 2004 16:37:47 +0000 (19:37 +0300)]
Message-ID: <4093A82B.6040609@iki.fi>
Date: Sat, 01 May 2004 16:37:47 +0300

p4raw-id: //depot/perl@22773

lib/unicore/mktables

index 62716c5..a3897f7 100644 (file)
@@ -8,6 +8,16 @@ use Carp;
 ## from the Unicode database files (lib/unicore/*.txt).
 ##
 
+## "Fuzzy" means this section in Unicode TR18:
+##
+##    The recommended names for UCD properties and property values are in
+##    PropertyAliases.txt [Prop] and PropertyValueAliases.txt
+##    [PropValue]. There are both abbreviated names and longer, more
+##    descriptive names. It is strongly recommended that both names be
+##    recognized, and that loose matching of property names be used,
+##    whereby the case distinctions, whitespace, hyphens, and underbar
+##    are ignored.
+
 mkdir("lib", 0755);
 mkdir("lib/gc_sc", 0755);
 mkdir("To",  0755);