1stringprep_ucs4_nfkc_normalize(3)   libidn   stringprep_ucs4_nfkc_normalize(3)
2
3
4

NAME

6       stringprep_ucs4_nfkc_normalize - normalize Unicode string
7

SYNOPSIS

9       #include <stringprep.h>
10
11       uint32_t * stringprep_ucs4_nfkc_normalize(uint32_t * str, ssize_t len);
12

ARGUMENTS

14       uint32_t * str
15                   a Unicode string.
16
17       ssize_t len length of str array, or -1 if str is nul-terminated.
18

DESCRIPTION

20       Converts  UCS4  string into UTF-8 and runs stringprep_utf8_nfkc_normal‐
21       ize().
22

RETURN VALUE

24       a newly allocated Unicode string, that is the NFKC normalized  form  of
25       str.
26

REPORTING BUGS

28       Report bugs to <bug-libidn@gnu.org>.
29
31       Copyright © 2002, 2003, 2004, 2005, 2006 Simon Josefsson.
32       Permission  is  granted  to make and distribute verbatim copies of this
33       manual provided the copyright notice and  this  permission  notice  are
34       preserved on all copies.
35

SEE ALSO

37       The  full  documentation  for libidn is maintained as a Texinfo manual.
38       If the info and libidn programs are properly installed  at  your  site,
39       the command
40
41              info libidn
42
43       should give you access to the complete manual.
44
45
46
47libidn                               0.6.8   stringprep_ucs4_nfkc_normalize(3)
Impressum