mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
884015d064
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
7 lines
377 B
Text
7 lines
377 B
Text
Libunibreak is an implementation of the line breaking and word breaking
|
|
algorithms as described in Unicode Standard Annex 14 and Unicode Standard
|
|
Annex 29.
|
|
|
|
It is designed to be used in a generic text renderer. FBReader is one
|
|
real-world example, and the Enlightenment Foundation Libraries are another.
|
|
You may also check some simple sample code, like showbreak and breaktext.
|