diff options
author | Karl Williamson <public@khwilliamson.com> | 2010-11-20 09:56:01 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-11-20 18:15:16 -0800 |
commit | dc85bd38b5243856f77df4583119e0e85bd741ac (patch) | |
tree | a13af5d9febbcce5407a6de62cdef1dbe8a74aa3 /lib | |
parent | bd9ebcfd4a6439f22bcaf330cd6d936de78362c5 (diff) | |
download | perl-dc85bd38b5243856f77df4583119e0e85bd741ac.tar.gz |
mktables: comment typo and expand other comments
Diffstat (limited to 'lib')
-rw-r--r-- | lib/unicore/mktables | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/unicore/mktables b/lib/unicore/mktables index 10a4d8688e..b4f75af0b6 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -164,7 +164,10 @@ my $map_directory = 'To'; # Where map files go. # out. But all the ones which can be used in regular expression \p{} and \P{} # constructs will. Generally a property will have either its map table or its # match tables written but not both. Again, what gets written is controlled -# by lists which can easily be changed. +# by lists which can easily be changed. Properties have a 'Type', like +# binary, or string, or enum depending on how many match tables there are and +# the content of the maps. This 'Type' is different than a range 'Type', so +# don't get confused by the two concepts having the same name. # # For information about the Unicode properties, see Unicode's UAX44 document: @@ -189,7 +192,7 @@ my $unicode_reference_url = 'http://www.unicode.org/reports/tr44/'; # files for some are suppressed from apparent lack of demand for them. You # can change which are output by changing lists in this program. # -# The old version of mktables emphasized the term "Fuzzy" to mean Unocde's +# The old version of mktables emphasized the term "Fuzzy" to mean Unicode's # loose matchings rules (from Unicode TR18): # # The recommended names for UCD properties and property values are in |