summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--doc/libunistring.texi53
2 files changed, 57 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b5b1752..56a9859 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-04-05 Bruno Haible <bruno@clisp.org>
+ * doc/libunistring.texi: Complete the detailmenu.
+
+2008-04-05 Bruno Haible <bruno@clisp.org>
+
* doc/libunistring.texi: New file.
* doc/unitypes.texi: New file, based on gnulib/lib/unitypes.h.
* doc/unistr.texi: New file, based on gnulib/lib/unistr.h.
diff --git a/doc/libunistring.texi b/doc/libunistring.texi
index fe4208b..1d9de1f 100644
--- a/doc/libunistring.texi
+++ b/doc/libunistring.texi
@@ -129,6 +129,59 @@ Introduction
* The wchar_t mess:: Why @code{wchar_t *} strings are useless
* Unicode strings:: How are Unicode strings represented?
+unistr.h
+
+* Elementary string checks::
+* Elementary string conversions::
+* Elementary string functions::
+* Elementary string functions with memory allocation::
+* Elementary string functions on NUL terminated strings::
+
+unictype.h
+
+* General category::
+* Canonical combining class::
+* Bidirectional category::
+* Decimal digit value::
+* Digit value::
+* Numeric value::
+* Mirrored character::
+* Properties::
+* Scripts::
+* Blocks::
+* ISO C and Java syntax::
+* Classifications like in ISO C::
+
+General category
+
+* Object oriented API::
+* Bit mask API::
+
+Properties
+
+* Properties as objects::
+* Properties as functions::
+
+uniwbrk.h
+
+* Word breaks in a string::
+* Word break property::
+
+uninorm.h
+
+* Decomposition of characters::
+* Composition of characters::
+* Normalization of strings::
+* Normalizing comparisons::
+* Normalization of streams::
+
+unicase,h
+
+* Case mappings of characters::
+* Case mappings of strings::
+* Case insensitive comparison::
+* Case detection::
+
Licenses
* GNU GPL:: GNU General Public License