1pr29_8z(3)                          libidn                          pr29_8z(3)
2
3
4

NAME

6       pr29_8z - check if input trigger Unicode normalization bugs
7

SYNOPSIS

9       #include <pr29.h>
10
11       int pr29_8z(const char * in);
12

ARGUMENTS

14       const char * in
15                   zero terminated input UTF-8 string.
16

DESCRIPTION

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

RETURN VALUE

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

REPORTING BUGS

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

SEE ALSO

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_8z(3)
Impressum