mktables: Verify input files' version
authorKarl Williamson <public@khwilliamson.com>
Sat, 5 Oct 2013 03:15:01 +0000 (21:15 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sat, 5 Oct 2013 03:52:54 +0000 (21:52 -0600)
commit9e65c3f47e483ee7e33b5d748a06f4addd830d60
tree77553114190fd1112c0d396f211ab4b71e163bd9
parent7cf6c614c5521647b723670050fa842e59eb47b6
mktables: Verify input files' version

Since Unicode 3.2, all Unicode database source files (except
unfortunately, the most important one, UCD.txt), have their first lines
be identifying information, their name and version number.  This commit
checks that the version is the expected one.  This should prevent the
database from being out-of-sync.  Perl changes the names of some files
so that they are distinct on DOS filesystems, so we can't easily check
that the name in the file is the same as the name of the file.
lib/unicore/mktables