diff options
Diffstat (limited to 'doc/texi/pr29_4z.texi')
-rw-r--r-- | doc/texi/pr29_4z.texi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/texi/pr29_4z.texi b/doc/texi/pr29_4z.texi new file mode 100644 index 0000000..2a79bfe --- /dev/null +++ b/doc/texi/pr29_4z.texi @@ -0,0 +1,15 @@ +@subheading pr29_4z +@anchor{pr29_4z} +@deftypefun {int} {pr29_4z} (const uint32_t * @var{in}) +@var{in}: zero terminated array of Unicode code points. + +Check the input to see if it may be normalized into different +strings by different NFKC implementations, due to an anomaly in the +NFKC specifications. + +@strong{Return value:} Returns the @code{Pr29_rc} value @code{PR29_SUCCESS} on success, +and @code{PR29_PROBLEM} if the input sequence is a "problem sequence" +(i.e., may be normalized into different strings by different +implementations). +@end deftypefun + |