Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
Makefile.in | D | 12-May-2024 | 1.9 KiB | 86 | 48 | |
colprobe.cpp | D | 12-May-2024 | 49.9 KiB | 1,732 | 1,314 | |
colprobe.dsp | D | 12-May-2024 | 5 KiB | 149 | 123 | |
colprobe.h | D | 12-May-2024 | 681 | 18 | 9 | |
colprobeNew.cpp | D | 12-May-2024 | 31.7 KiB | 1,081 | 862 | |
createComparisonTables.pl | D | 12-May-2024 | 4.7 KiB | 170 | 125 | |
doComparisonTable.pl | D | 12-May-2024 | 5.8 KiB | 215 | 151 | |
extractCollationData.pl | D | 12-May-2024 | 5.4 KiB | 252 | 195 | |
gcd2.pl | D | 12-May-2024 | 738 | 30 | 15 | |
genCollData.pl | D | 12-May-2024 | 665 | 29 | 15 | |
line.cpp | D | 12-May-2024 | 14.9 KiB | 704 | 575 | |
line.h | D | 12-May-2024 | 3.1 KiB | 116 | 72 | |
locale.txt | D | 12-May-2024 | 1.6 KiB | 246 | 245 | |
longname.cpp | D | 12-May-2024 | 1.4 KiB | 51 | 37 | |
readme.txt | D | 12-May-2024 | 696 | 9 | 8 | |
sortedlines.cpp | D | 12-May-2024 | 64.1 KiB | 2,070 | 1,703 | |
sortedlines.h | D | 12-May-2024 | 4.4 KiB | 123 | 95 | |
strengthprobe.cpp | D | 12-May-2024 | 9.8 KiB | 405 | 314 | |
strengthprobe.h | D | 12-May-2024 | 2.8 KiB | 88 | 51 | |
tableStarter.pl | D | 12-May-2024 | 514 | 22 | 12 | |
targetsetgenerator.cpp | D | 12-May-2024 | 299 | 11 | 7 | |
targetsetgenerator.h | D | 12-May-2024 | 404 | 17 | 12 | |
template | D | 12-May-2024 | 2.2 KiB | 52 | 34 | |
uniqueFiles.pl | D | 12-May-2024 | 1.1 KiB | 55 | 35 | |
uprinter.cpp | D | 12-May-2024 | 2.8 KiB | 119 | 78 | |
uprinter.h | D | 12-May-2024 | 1.4 KiB | 54 | 26 | |
winGenCollData.pl | D | 12-May-2024 | 762 | 36 | 18 |
readme.txt
1# 2# Copyright (C) 2017 and later: Unicode, Inc. and others. 3# License & terms of use: http://www.unicode.org/copyright.html 4# 5There are several tools in this directory that should make it easier to generate collation data: 6extractCollationData.pl - perl script that reads ICU resource bundle files and outputs a locale_collation.html file if collation elements are present in the locale. Arguments are the list of locale source files (*.txt) that need to be processed. 7createComparisonTables.pl - takes a locale name. Looks in directories that should contain the html data produced by colprobe or extractCollationData. 8tableStarter.pl - invokes createComparisonTables.pl with a list of locales. 9