1stringprep_ucs4_nfkc_normalize(3) libidn stringprep_ucs4_nfkc_normalize(3)
2
3
4
6 stringprep_ucs4_nfkc_normalize - API function
7
9 #include <stringprep.h>
10
11 uint32_t * stringprep_ucs4_nfkc_normalize(uint32_t * str, ssize_t len);
12
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
20 Converts UCS4 string into UTF-8 and runs stringprep_utf8_nfkc_normal‐
21 ize().
22
24 a newly allocated Unicode string, that is the NFKC normalized form of
25 str.
26
28 Report bugs to <bug-libidn@gnu.org>. GNU Libidn home page:
29 http://www.gnu.org/software/libidn/ General help using GNU software:
30 http://www.gnu.org/gethelp/
31
33 Copyright © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon
34 Josefsson.
35 Copying and distribution of this file, with or without modification,
36 are permitted in any medium without royalty provided the copyright
37 notice and this notice are preserved.
38
40 The full documentation for libidn is maintained as a Texinfo manual.
41 If the info and libidn programs are properly installed at your site,
42 the command
43
44 info libidn
45
46 should give you access to the complete manual.
47
48
49
50libidn 1.18 stringprep_ucs4_nfkc_normalize(3)