1pr29_4(3) libidn pr29_4(3)
2
3
4
6 pr29_4 - check if input trigger Unicode normalization bugs
7
9 #include <pr29.h>
10
11 int pr29_4(const uint32_t * in, size_t len);
12
14 const uint32_t * in
15 input array with unicode code points.
16
17 size_t len length of input array with unicode code points.
18
20 Check the input to see if it may be normalized into different strings
21 by different NFKC implementations, due to an anomaly in the NFKC speci‐
22 fications.
23
25 Returns the Pr29_rc value PR29_SUCCESS on success, and PR29_PROBLEM if
26 the input sequence is a "problem sequence" (i.e., may be normalized
27 into different strings by different implementations).
28
30 Report bugs to <bug-libidn@gnu.org>.
31
33 Copyright © 2002, 2003, 2004, 2005, 2006 Simon Josefsson.
34 Permission is granted to make and distribute verbatim copies of this
35 manual provided the copyright notice and this permission notice are
36 preserved on all copies.
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.
46
47
48
49libidn 0.6.8 pr29_4(3)