summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-03-26 14:58:19 +0100
committerBruno Haible <bruno@clisp.org>2011-03-26 14:58:19 +0100
commitbfefad13e983199a0c85ef615efc820dd3b7b3cc (patch)
treea2024ec86998bdd1facc381829258bcd25a8784e /doc
parent6a5798a745937601a6ea3ce04cdaca570da58fc4 (diff)
downloadlibunistring-bfefad13e983199a0c85ef615efc820dd3b7b3cc.tar.gz
Allow omitting spaces in property names.
Diffstat (limited to 'doc')
-rw-r--r--doc/unictype.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/unictype.texi b/doc/unictype.texi
index 2859cc3..5f292cc 100644
--- a/doc/unictype.texi
+++ b/doc/unictype.texi
@@ -1028,6 +1028,10 @@ with the given name exists, the result will satisfy the
this predicate and must not be passed to functions that expect an
@code{uc_property_t} argument.
+This lookup ignores spaces, underscores, or hyphens as word separators, is
+case-insignificant, and supports the aliases listed in Unicode's
+@file{PropertyAliases.txt} file.
+
This function references a big table of all predefined properties. Its use
can significantly increase the size of your application.
@end deftypefun