1pr29_4z(3) libidn pr29_4z(3)
2
3
4
6 pr29_4z - API function
7
9 #include <pr29.h>
10
11 int pr29_4z(const uint32_t * in);
12
14 const uint32_t * in
15 zero terminated array of Unicode code points.
16
18 Check the input to see if it may be normalized into different strings
19 by different NFKC implementations, due to an anomaly in the NFKC speci‐
20 fications.
21
22 Return value: Returns the Pr29_rc value PR29_SUCCESS on success, and
23 PR29_PROBLEM if the input sequence is a "problem sequence" (i.e., may
24 be normalized into different strings by different implementations).
25
27 Report bugs to <bug-libidn@gnu.org>.
28 General guidelines for reporting bugs: http://www.gnu.org/gethelp/
29 GNU Libidn home page: http://www.gnu.org/software/libidn/
30
31
33 Copyright © 2002-2016 Simon Josefsson.
34 Copying and distribution of this file, with or without modification,
35 are permitted in any medium without royalty provided the copyright
36 notice and this notice are preserved.
37
39 The full documentation for libidn is maintained as a Texinfo manual.
40 If the info and libidn programs are properly installed at your site,
41 the command
42
43 info libidn
44
45 should give you access to the complete manual. As an alternative you
46 may obtain the manual from:
47
48 http://www.gnu.org/software/libidn/manual/
49
50libidn 1.34 pr29_4z(3)