1idn2_to_unicode_44i(3) libidn2 idn2_to_unicode_44i(3)
2
3
4
6 idn2_to_unicode_44i - API function
7
9 #include <idn2.h>
10
11 int idn2_to_unicode_44i(const uint32_t * in, size_t inlen, uint32_t *
12 out, size_t * outlen, int flags);
13
15 const uint32_t * in
16 Input array with UTF-32 code points.
17
18 size_t inlen
19 number of code points of input array
20
21 uint32_t * out
22 output array with UTF-32 code points.
23
24 size_t * outlen
25 on input, maximum size of output array with UTF-32 code
26 points, on exit, actual size of output array with UTF-32
27 code points.
28
29 int flags Currently unused.
30
32 The ToUnicode operation takes a sequence of UTF-32 code points that
33 make up one domain label and returns a sequence of UTF-32 code points.
34 If the input sequence is a label in ACE form, then the result is an
35 equivalent internationalized label that is not in ACE form, otherwise
36 the original sequence is returned unaltered.
37
38 output may be NULL to test lookup of input without allocating memory.
39
41 2.0.0
42
44 The full documentation for libidn2 is maintained as a Texinfo manual.
45 If the info and libidn2 programs are properly installed at your site,
46 the command
47
48 info libidn2
49
50 should give you access to the complete manual. As an alternative you
51 may obtain the manual from:
52
53 http://www.gnu.org/software/libidn/libidn2/manual/
54
55libidn2 2.2.0 idn2_to_unicode_44i(3)