summaryrefslogtreecommitdiff
path: root/lib/unicore
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2004-05-01 19:37:47 +0300
committerNicholas Clark <nick@ccl4.org>2004-05-03 13:59:08 +0000
commitcb3d361a49c18f4222090babc337a837a7616b69 (patch)
tree50d2a8b6c96bd613af64d419723d4b7c0f48294b /lib/unicore
parentc26e4df972cbd2a5db679b77dc3c44ac64a3fc1a (diff)
downloadperl-cb3d361a49c18f4222090babc337a837a7616b69.tar.gz
Re: "fuzzy" in mktables
Message-ID: <4093A82B.6040609@iki.fi> Date: Sat, 01 May 2004 16:37:47 +0300 p4raw-id: //depot/perl@22773
Diffstat (limited to 'lib/unicore')
-rw-r--r--lib/unicore/mktables10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/unicore/mktables b/lib/unicore/mktables
index 62716c55c4..a3897f76ae 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);