aboutsummaryrefslogtreecommitdiffstats
path: root/convert_ucd.pl
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-05-27 13:29:54 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-05-27 13:29:54 -0700
commite0983ab0081c91e6cd4ceeb8d0ca7aa8545cb56b (patch)
tree8821197fde9fb8966124fdc2e07eb0e02e0873a1 /convert_ucd.pl
parent53ba1e128ba03834b75f9459f3930c9d59bd09d4 (diff)
downloadlibucd-master.tar.gz
Update to UCD 5.1.0; remove files we don't actually need.HEADlibucd-0.2.3-5.1.0master
- Update to UCD 5.1.0. - Remove UCD files we don't need to generate our data. - Move auxillary -> auxiliary to match the UCD upstream.
Diffstat (limited to 'convert_ucd.pl')
-rwxr-xr-xconvert_ucd.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/convert_ucd.pl b/convert_ucd.pl
index c927b9c..0482440 100755
--- a/convert_ucd.pl
+++ b/convert_ucd.pl
@@ -540,9 +540,9 @@ read_separated_file('ucd/Scripts.txt', ['cScript'], ['Common']);
read_separated_file('ucd/SpecialCasing.txt', ['sUppercase_Mapping', 'sLowercase_Mapping',
'sTitlecase_Mapping', 'mSpecial_Case_Condition'], []);
read_separated_file('ucd/Jamo.txt', ['mJamo_Short_Name'], []);
-read_separated_file('ucd/auxilliary/GraphemeBreakProperty.txt', ['eGrapheme_Cluster_Break'], []);
-read_separated_file('ucd/auxilliary/SentenceBreakProperty.txt', ['eSentence_Break'], []);
-read_separated_file('ucd/auxilliary/WordBreakProperty.txt', ['eWord_Break'], []);
+read_separated_file('ucd/auxiliary/GraphemeBreakProperty.txt', ['eGrapheme_Cluster_Break'], []);
+read_separated_file('ucd/auxiliary/SentenceBreakProperty.txt', ['eSentence_Break'], []);
+read_separated_file('ucd/auxiliary/WordBreakProperty.txt', ['eWord_Break'], []);
read_boolean_file('ucd/DerivedCoreProperties.txt');
read_boolean_file('ucd/PropList.txt');