1idna_to_unicode_8z4z(3) libidn idna_to_unicode_8z4z(3)
2
3
4
6 idna_to_unicode_8z4z - convert domain name label to Unicode
7
9 #include <idna.h>
10
11 int idna_to_unicode_8z4z(const char * input, uint32_t ** output, int
12 flags);
13
15 const char * input
16 zero-terminated UTF-8 string.
17
18 uint32_t ** output
19 pointer to newly allocated output Unicode string.
20
21 int flags an Idna_flags value, e.g., IDNA_ALLOW_UNASSIGNED or
22 IDNA_USE_STD3_ASCII_RULES.
23
25 Convert possibly ACE encoded domain name in UTF-8 format into a UCS-4
26 string. The domain name may contain several labels, separated by dots.
27 The output buffer must be deallocated by the caller.
28
30 Returns IDNA_SUCCESS on success, or error code.
31
33 Report bugs to <bug-libidn@gnu.org>.
34
36 Copyright © 2002, 2003, 2004, 2005, 2006 Simon Josefsson.
37 Permission is granted to make and distribute verbatim copies of this
38 manual provided the copyright notice and this permission notice are
39 preserved on all copies.
40
42 The full documentation for libidn is maintained as a Texinfo manual.
43 If the info and libidn programs are properly installed at your site,
44 the command
45
46 info libidn
47
48 should give you access to the complete manual.
49
50
51
52libidn 0.6.8 idna_to_unicode_8z4z(3)