1pr29_8z(3) libidn pr29_8z(3)
2
3
4
6 pr29_8z - API function
7
9 #include <pr29.h>
10
11 int pr29_8z(const char * in);
12
14 const char * in
15 zero terminated input UTF-8 string.
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
23 Returns the Pr29_rc value PR29_SUCCESS on success, and PR29_PROBLEM if
24 the input sequence is a "problem sequence" (i.e., may be normalized
25 into different strings by different implementations), or PR29_STRING‐
26 PREP_ERROR if there was a problem converting the string from UTF-8 to
27 UCS-4.
28
30 Report bugs to <bug-libidn@gnu.org>. GNU Libidn home page:
31 http://www.gnu.org/software/libidn/ General help using GNU software:
32 http://www.gnu.org/gethelp/
33
35 Copyright © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon
36 Josefsson.
37 Copying and distribution of this file, with or without modification,
38 are permitted in any medium without royalty provided the copyright
39 notice and this notice are preserved.
40
42 The full documentation for libidn is maintained as a Texinfo manual.
43 If the info and libidn programs are properly installed at your site,
44 the command
45
46 info libidn
47
48 should give you access to the complete manual.
49
50
51
52libidn 1.18 pr29_8z(3)