diff options
Diffstat (limited to 'libraries/libunibreak/README')
-rw-r--r-- | libraries/libunibreak/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/libunibreak/README b/libraries/libunibreak/README new file mode 100644 index 000000000000..4002eb2f9162 --- /dev/null +++ b/libraries/libunibreak/README @@ -0,0 +1,7 @@ +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. |