1tld_get_z(3)                        libidn                        tld_get_z(3)
2
3
4

NAME

6       tld_get_z - API function
7

SYNOPSIS

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

ARGUMENTS

14       const char * in
15                   Zero terminated character array 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.  The input string in may be UTF-8, ISO-8859-1 or any ASCII compat‐
22       ible character encoding.
23

RETURN VALUE

25       Return  TLD_SUCCESS  on success, or the corresponding Tld_rc error code
26       otherwise.
27

REPORTING BUGS

29       Report  bugs  to   <bug-libidn@gnu.org>.    GNU   Libidn   home   page:
30       http://www.gnu.org/software/libidn/  General  help  using GNU software:
31       http://www.gnu.org/gethelp/
32
34       Copyright © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010  Simon
35       Josefsson.
36       Copying  and  distribution  of this file, with or without modification,
37       are permitted in any medium  without  royalty  provided  the  copyright
38       notice and this notice are preserved.
39

SEE ALSO

41       The  full  documentation  for libidn is maintained as a Texinfo manual.
42       If the info and libidn programs are properly installed  at  your  site,
43       the command
44
45              info libidn
46
47       should give you access to the complete manual.
48
49
50
51libidn                               1.18                         tld_get_z(3)
Impressum