icu/tools/colprobe
2023-03-02 09:31:57 -08:00
..
colprobe.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
colprobe.dsp
colprobe.h ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
colprobeNew.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
createComparisonTables.pl
doComparisonTable.pl
extractCollationData.pl
gcd2.pl
genCollData.pl
line.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
line.h ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
locale.txt
longname.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
Makefile.in
readme.txt
sortedlines.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
sortedlines.h ICU-21148 Consistently use standard lowercase true/false everywhere. 2022-09-07 20:56:33 +02:00
strengthprobe.cpp ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
strengthprobe.h ICU-21833 Replace UChar with char16_t in all C++ code. 2023-02-06 19:27:44 +01:00
tableStarter.pl
targetsetgenerator.cpp
targetsetgenerator.h
template ICU-21257 remove #License fragment from license URLs 2020-09-04 10:02:17 -07:00
uniqueFiles.pl
uprinter.cpp ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
uprinter.h ICU-21833 remove redundant void parameter lists 2023-03-02 09:31:57 -08:00
winGenCollData.pl

#
# Copyright (C) 2017 and later: Unicode, Inc. and others.
# License & terms of use: http://www.unicode.org/copyright.html
#
There are several tools in this directory that should make it easier to generate collation data:
extractCollationData.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.
createComparisonTables.pl - takes a locale name. Looks in directories that should contain the html data produced by colprobe or extractCollationData.
tableStarter.pl - invokes createComparisonTables.pl with a list of locales.