From 44a3eaeba04ef78835ca741592c376428ada5f71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 2 Dec 2017 10:30:25 +0100 Subject: New upstream version 0.9.8 --- doc/uninorm.texi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/uninorm.texi') diff --git a/doc/uninorm.texi b/doc/uninorm.texi index 6797fe8..5cad859 100644 --- a/doc/uninorm.texi +++ b/doc/uninorm.texi @@ -133,6 +133,11 @@ Returns the canonical character decomposition mapping of the Unicode character When a decomposition exists, @code{@var{decomposition}[0..@var{n}-1]} is filled and @var{n} is returned. Otherwise -1 is returned. + +Note: This function returns the (simple) ``canonical decomposition'' of +@var{uc}. If you want the ``full canonical decomposition'' of @var{uc}, +that is, the recursive application of ``canonical decomposition'', use the +function @code{u*_normalize} with argument @code{UNINORM_NFD} instead. @end deftypefun @node Composition of characters -- cgit v1.2.3