Description
Implements IDNA handling so Python programs can work with internationalized domain names. It converts Unicode domain labels into the encoded form used by DNS and network protocols.
Correct IDNA handling matters for browsers, HTTP clients, email tools, and validation code. Applications should still show domains carefully because visually similar characters can confuse users.