summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-03-26 14:13:11 +0100
committerBruno Haible <bruno@clisp.org>2011-03-26 14:13:11 +0100
commit6a5798a745937601a6ea3ce04cdaca570da58fc4 (patch)
treec4ca19cfb9070f64cb3fb387836ebcdf4be5b3fd /doc
parentc060bc5d6083b9506898771e5443c22b8ae1c5e1 (diff)
downloadlibunistring-6a5798a745937601a6ea3ce04cdaca570da58fc4.tar.gz
Allow omitting spaces in joining group names.
Diffstat (limited to 'doc')
-rw-r--r--doc/unictype.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/unictype.texi b/doc/unictype.texi
index 0215b96..2859cc3 100644
--- a/doc/unictype.texi
+++ b/doc/unictype.texi
@@ -858,6 +858,8 @@ Returns the name of a joining group.
@deftypefun int uc_joining_group_byname (const char *@var{joining_group_name})
Returns the joining group given by name, e.g@. @code{"Teh_Marbuta"}.
+This lookup ignores spaces, underscores, or hyphens as word separators and is
+case-insignificant.
@end deftypefun
The following function gives the joining group of every Unicode character.