/*++ /* NAME /* valid_utf8_hostname 3 /* SUMMARY /* validate (maybe UTF-8) domain name /* SYNOPSIS /* #include <valid_utf8_hostname.h> /* /* int valid_utf8_hostname( /* int enable_utf8, /* const char *domain, /* int gripe) /* DESCRIPTION /* valid_utf8_hostname() is a wrapper around valid_hostname(). /* If EAI support is compiled in, and enable_utf8 is true, the /* name is converted from UTF-8 to ASCII per IDNA rules, before /* invoking valid_hostname(). /* SEE ALSO /* valid_hostname(3) STD3 hostname validation. /* DIAGNOSTICS /* Fatal errors: memory allocation problem. /* Warnings: malformed domain name. /* LICENSE /* .ad /* .fi /* The Secure Mailer license must be distributed with this software. /* AUTHOR(S) /* Wietse Venema /* IBM T.J. Watson Research /* P.O. Box 704 /* Yorktown Heights, NY 10598, USA
/*--*/
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.