perluniprops: Fix handling of null prop vals
authorKarl Williamson <public@khwilliamson.com>
Sun, 21 Aug 2011 20:47:45 +0000 (14:47 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 8 Nov 2011 15:09:14 +0000 (08:09 -0700)
commitd4da3f741a12319a97fa298863001cf27725660b
tree077286fc46b9e73571bc35b26837ed9e02b61d48
parent21be712a11418222f122682ba30568b7255a529b
perluniprops: Fix handling of null prop vals

Regexes don't match '\p{prop=}'.  As a result, prior to this patch, if a
table's name was the null string it wasn't output in the pod file, even
if there were aliases that did have names.  This patch fixes this so
only the empty names are suppressed.  No current property handling is
affected by this bug, but it is in preparation for a later patch.
lib/unicore/mktables