From bfefad13e983199a0c85ef615efc820dd3b7b3cc Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 26 Mar 2011 14:58:19 +0100 Subject: Allow omitting spaces in property names. --- doc/unictype.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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 -- cgit v1.2.1