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