diff options
author | Stephen Kitt <skitt@debian.org> | 2016-05-27 10:11:04 +0200 |
---|---|---|
committer | Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com> | 2016-05-27 14:28:33 +0100 |
commit | 752fd7247bc223bcea35bd89cf56d1c08ead9ba6 (patch) | |
tree | b4a428f847a963738faaf24c8eff070fdb03a3a5 /doc/libunistring.texi | |
parent | 9f7d4fa477ff2a51d7c932b13d57ac22dc033105 (diff) | |
parent | a9a31b1de5776a3b08a82101a4fa711294f0dd1d (diff) |
Imported Debian patch 0.9.6+really0.9.3-0.1debian/0.9.6+really0.9.3-0.1
Diffstat (limited to 'doc/libunistring.texi')
-rw-r--r-- | doc/libunistring.texi | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/doc/libunistring.texi b/doc/libunistring.texi index a6f9c8f..5778c75 100644 --- a/doc/libunistring.texi +++ b/doc/libunistring.texi @@ -158,7 +158,6 @@ 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 @@ -195,12 +194,11 @@ unictype.h * General category:: * Canonical combining class:: -* Bidi class:: +* Bidirectional category:: * Decimal digit value:: * Digit value:: * Numeric value:: * Mirrored character:: -* Arabic shaping:: * Properties:: * Scripts:: * Blocks:: @@ -217,11 +215,6 @@ 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:: @@ -281,8 +274,6 @@ 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> @@ -763,7 +754,6 @@ 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 |