1tld_get_4z(3)                       libidn                       tld_get_4z(3)
2
3
4

NAME

6       tld_get_4z - extract top level domain part in input Unicode string
7

SYNOPSIS

9       #include <tld.h>
10
11       int tld_get_4z(const uint32_t * in, char ** out);
12

ARGUMENTS

14       const uint32_t * in
15                   Zero terminated array of unicode code points to process.
16
17       char ** out Zero terminated ascii result string pointer.
18

DESCRIPTION

20       Isolate  the top-level domain of in and return it as an ASCII string in
21       out.
22

RETURN VALUE

24       Return TLD_SUCCESS on success, or the corresponding Tld_rc  error  code
25       otherwise.
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                       tld_get_4z(3)
Impressum