/*++ /* NAME /* midna_adomain 3 /* SUMMARY /* address domain part conversion /* SYNOPSIS /* #include <midna_adomain.h> /* /* char *midna_adomain_to_ascii( /* VSTRING *dest, /* const char *name) /* /* char *midna_adomain_to_utf8( /* VSTRING *dest, /* const char *name) /* DESCRIPTION /* The functions in this module transform the domain portion /* of an email address between ASCII and UTF-8 form. Both /* functions tolerate a missing domain, and both functions /* return a copy of the input when the domain portion requires /* no conversion. /* /* midna_adomain_to_ascii() converts an UTF-8 or ASCII domain /* portion to ASCII. The result is a null pointer when /* conversion fails. This function verifies that the resulting /* domain passes valid_hostname(). /* /* midna_adomain_to_utf8() converts an UTF-8 or ASCII domain /* name to UTF-8. The result is a null pointer when conversion /* fails. This function verifies that the resulting domain, /* after conversion to ASCII, passes valid_hostname(). /* SEE ALSO /* midna_domain(3), Postfix ASCII/UTF-8 domain name conversion /* DIAGNOSTICS /* Fatal errors: memory allocation problem. /* Warnings: conversion error or result validation error. /* 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.