From 884015d064e1887122600233ea947f2446b887b7 Mon Sep 17 00:00:00 2001 From: Martin Rodriguez Date: Thu, 1 Jan 2015 08:31:55 +0700 Subject: libraries/libunibreak: Added (a line breaking library). Signed-off-by: Willy Sudiarto Raharjo --- libraries/libunibreak/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 libraries/libunibreak/README (limited to 'libraries/libunibreak/README') 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. -- cgit v1.2.3-65-gdbad