kdelibs/sonnet/unicode
Ivailo Monev 20ca58afa6 generic: build system cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-11-03 10:14:43 +02:00
..
data initial import 2014-11-13 01:04:59 +02:00
parseucd initial import 2014-11-13 01:04:59 +02:00
CMakeLists.txt generic: build system cleanups 2015-11-03 10:14:43 +02:00
README initial import 2014-11-13 01:04:59 +02:00

parseucd parses the unicode data file.

It takes a datafile as stdin and output a serialized version of the data to a QMultiMap in stdout for later use.

CMake needs process the relevent UCD files for inclusion in the word and sentence boundry checker
something like:
./parseucd < ../data/GraphemeBreakProperty.txt > gb.map
./parseucd < ../data/SentenceBreakProperty.txt > sb.map
./parseucd < ../data/WordBreakProperty.txt > wb.map