summaryrefslogtreecommitdiff
path: root/doc/libunistring.texi
diff options
context:
space:
mode:
authorManuel A. Fernandez Montecelo <manuel.montezelo@gmail.com>2016-05-26 16:48:15 +0100
committerManuel A. Fernandez Montecelo <manuel.montezelo@gmail.com>2016-05-26 16:48:15 +0100
commit5f2b09982312c98863eb9a8dfe2c608b81f58259 (patch)
treee5d38581c2f36e1cca02efedd2d85044d77f76f9 /doc/libunistring.texi
parent3e0814cd9862b89c7a39672672937477bd87ddfb (diff)
Imported Upstream version 0.9.6upstream/0.9.6
Diffstat (limited to 'doc/libunistring.texi')
-rw-r--r--doc/libunistring.texi12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/libunistring.texi b/doc/libunistring.texi
index 5778c75..a6f9c8f 100644
--- a/doc/libunistring.texi
+++ b/doc/libunistring.texi
@@ -158,6 +158,7 @@ A copy of the license is included in @ref{GNU GPL}.
* uniname.h:: Names of Unicode characters
* unictype.h:: Unicode character classification and properties
* uniwidth.h:: Display width
+* unigbrk.h:: Grapheme cluster breaking
* uniwbrk.h:: Word breaks in strings
* unilbrk.h:: Line breaking
* uninorm.h:: Normalization forms
@@ -194,11 +195,12 @@ unictype.h
* General category::
* Canonical combining class::
-* Bidirectional category::
+* Bidi class::
* Decimal digit value::
* Digit value::
* Numeric value::
* Mirrored character::
+* Arabic shaping::
* Properties::
* Scripts::
* Blocks::
@@ -215,6 +217,11 @@ Properties
* Properties as objects::
* Properties as functions::
+unigbrk.h
+
+* Grapheme cluster breaks in a string::
+* Grapheme cluster break property::
+
uniwbrk.h
* Word breaks in a string::
@@ -274,6 +281,8 @@ character names
character classification and properties
@item <uniwidth.h>
string width when using nonproportional fonts
+@item <unigbrk.h>
+grapheme cluster breaks
@item <uniwbrk.h>
word breaks
@item <unilbrk.h>
@@ -754,6 +763,7 @@ NULL is returned and @code{errno} is set.
@include uniname.texi
@include unictype.texi
@include uniwidth.texi
+@include unigbrk.texi
@include uniwbrk.texi
@include unilbrk.texi
@include uninorm.texi