rlm_idn
Synopsis
The idn
module converts internationalized domain names to ASCII.
Internationalized domain names can have multiple
equivalent representations. The idn
module converts all of those
representations into one canonical ASCII format.
The ASCII format can then be used for name comparisons.
Processing Sections
None.
Expansions
This module registers only one expansion.
idn
- Syntax
-
%{idn: …}
- Contents
-
The contents of the expansion should be the internationalized domain name. The output of the expansion is an ASCII string that contains the ASCII (i.e. punycode) version of the domain name.