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

NAME

6       stringprep_ucs4_nfkc_normalize - API function
7

SYNOPSIS

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

ARGUMENTS

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

DESCRIPTION

21       Converts   a   UCS4   string   into   canonical   form,   see   string‐
22       prep_utf8_nfkc_normalize() for more information.
23
24       Return  value:  a newly allocated Unicode string, that is the NFKC nor‐
25       malized form of  str .
26

REPORTING BUGS

28       Report bugs to <bug-libidn@gnu.org>.
29       General guidelines for reporting bugs: http://www.gnu.org/gethelp/
30       GNU Libidn home page: http://www.gnu.org/software/libidn/
31
32
34       Copyright © 2002-2016 Simon 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

SEE ALSO

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.  As an  alternative  you
47       may obtain the manual from:
48
49              http://www.gnu.org/software/libidn/manual/
50
51libidn                               1.35    stringprep_ucs4_nfkc_normalize(3)
Impressum