Converts @hostname to its canonical ASCII form; an ASCII-only string containing no uppercase letters and not ending with a trailing dot.
a valid UTF-8 or ASCII hostname
Return: an ASCII hostname, which must be freed, or %NULL if @hostname is in some way invalid.
2.22
See Implementation
Converts @hostname to its canonical ASCII form; an ASCII-only string containing no uppercase letters and not ending with a trailing dot.