From: Jarkko Hietaniemi Date: Sat, 1 May 2004 16:37:47 +0000 (+0300) Subject: Re: "fuzzy" in mktables X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cb3d361a49c18f4222090babc337a837a7616b69;p=p5sagit%2Fp5-mst-13.2.git Re: "fuzzy" in mktables Message-ID: <4093A82B.6040609@iki.fi> Date: Sat, 01 May 2004 16:37:47 +0300 p4raw-id: //depot/perl@22773 --- diff --git a/lib/unicore/mktables b/lib/unicore/mktables index 62716c5..a3897f7 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -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);