idna_to_ascii_lz(3) libidn idna_to_ascii_lz(3) NNAAMMEE idna_to_ascii_lz - API function SSYYNNOOPPSSIISS ##iinncclluuddee <> iinntt iiddnnaa__ttoo__aasscciiii__llzz((ccoonnsstt cchhaarr ** _i_n_p_u_t,, cchhaarr **** _o_u_t_p_u_t,, iinntt _f_l_a_g_s));; AARRGGUUMMEENNTTSS const char * input zero terminated input string encoded in the current locale's character set. char ** output pointer to newly allocated output string. int flags an IIddnnaa__ffllaaggss value, e.g., IIDDNNAA__AALLLLOOWW__UUNNAASSSSIIGGNNEEDD or IIDDNNAA__UUSSEE__SSTTDD33__AASSCCIIII__RRUULLEESS. DDEESSCCRRIIPPTTIIOONN Convert domain name in the locale's encoding to ASCII string. The domain name may contain several labels, separated by dots. The output buffer must be deallocated by the caller. Return value: Returns IIDDNNAA__SSUUCCCCEESSSS on success, or error code. RREEPPOORRTTIINNGG BBUUGGSS Report bugs to . General guidelines for reporting bugs: http://www.gnu.org/gethelp/ GNU Libidn home page: http://www.gnu.org/software/libidn/ CCOOPPYYRRIIGGHHTT Copyright (C) 2002-2021 Simon Josefsson. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. SSEEEE AALLSSOO The full documentation for lliibbiiddnn is maintained as a Texinfo manual. If the iinnffoo and lliibbiiddnn programs are properly installed at your site, the command iinnffoo lliibbiiddnn should give you access to the complete manual. As an alternative you may obtain the manual from: hhttttpp::////wwwwww..ggnnuu..oorrgg//ssooffttwwaarree//lliibbiiddnn//mmaannuuaall// libidn 1.38 idna_to_ascii_lz(3)