mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 19:02:48 +00:00
9 lines
432 B
Text
9 lines
432 B
Text
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
|