mktables: Always strip off returned comments in tables
authorKarl Williamson <public@khwilliamson.com>
Mon, 30 Dec 2013 22:43:12 +0000 (15:43 -0700)
committerKarl Williamson <public@khwilliamson.com>
Tue, 31 Dec 2013 15:27:15 +0000 (08:27 -0700)
commit8d6595ddd0939fc9ab39735e6f680a9e4ce8b3e8
tree9b3e415a09d2754ffb4e42ffceb32dc40da1d329
parent030935a6a64dc5b5c9ca083678ce1a818ad0482e
mktables: Always strip off returned comments in tables

mktables generates (among other things) many perl .pl files which when
executed, return a string containing many lines.  Each line may end
with '#' comments.  Previously, it didn't always strip off those
comments to the caller, which it assumed uses a 'do' statement to
execute these, and the comments are automatically ignored.  However, it
turns out that the 'mkheader' script in Unicode::Normalize doesn't cope
with these comments.  This usually doesn't get called except once when
normally these comments aren't generated, but if it does, things don't
just compile.  So, just strip off the comments, rather than letting the
'do' handle it.
lib/unicore/mktables