summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-03-26 13:53:56 +0100
committerBruno Haible <bruno@clisp.org>2011-03-26 13:53:56 +0100
commitc060bc5d6083b9506898771e5443c22b8ae1c5e1 (patch)
tree7597be5300e565dc73c10f96372686c189dfa165 /doc
parent5d8b1b825933e607a6b4ecb36702b5cd0ccd6962 (diff)
downloadlibunistring-c060bc5d6083b9506898771e5443c22b8ae1c5e1.tar.gz
Support long names of joining types.
Diffstat (limited to 'doc')
-rw-r--r--doc/unictype.texi9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/unictype.texi b/doc/unictype.texi
index 378f43f..0215b96 100644
--- a/doc/unictype.texi
+++ b/doc/unictype.texi
@@ -763,8 +763,15 @@ and its name.
Returns the name of a joining type.
@end deftypefun
+@deftypefun {const char *} uc_joining_type_long_name (int @var{joining_type})
+Returns the long name of a joining type.
+@end deftypefun
+
@deftypefun int uc_joining_type_byname (const char *@var{joining_type_name})
-Returns the joining type given by name, e.g.@ @code{"D"}.
+Returns the joining type given by name, e.g@. @code{"D"}, or by long name,
+e.g@. @code{"Dual Joining}.
+This lookup ignores spaces, underscores, or hyphens as word separators and is
+case-insignificant.
@end deftypefun
The following function gives the joining type of every Unicode character.