summaryrefslogtreecommitdiffstats
path: root/libraries/libunibreak/README
diff options
context:
space:
mode:
author Martin Rodriguez <slackmart@gmail.com>2015-01-01 08:31:55 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-01-01 08:31:55 +0700
commit884015d064e1887122600233ea947f2446b887b7 (patch)
treeb611f0348bd41f8fda7b0a1e80bf4d963c7faaaf /libraries/libunibreak/README
parente6d00ce2c799e8d304ef7be35f0249c457e8cc48 (diff)
downloadslackbuilds-884015d064e1887122600233ea947f2446b887b7.tar.gz
slackbuilds-884015d064e1887122600233ea947f2446b887b7.tar.xz
libraries/libunibreak: Added (a line breaking library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libunibreak/README')
-rw-r--r--libraries/libunibreak/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/libunibreak/README b/libraries/libunibreak/README
new file mode 100644
index 0000000000..4002eb2f91
--- /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.