perluniprops: Add explanatory note
authorKarl Williamson <public@khwilliamson.com>
Wed, 17 Aug 2011 21:21:20 +0000 (15:21 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 8 Nov 2011 15:09:07 +0000 (08:09 -0700)
lib/unicore/mktables

index 3189710..f4f33c3 100644 (file)
@@ -10943,6 +10943,8 @@ sub filter_numeric_value_line {
             # We have to change the default map, because the @missing line is
             # misleading, given that we are treating it as binary.
             $iicore->set_default_map('N');
+            $iicore->table("Y")
+                ->add_note("Converted to a binary property as per unicode.org UAX #38.");
         }
 
         return;