blob: 4ca555210c1e88564e888bed8a8ce258455af70d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# rlm_idn
## Metadata
<dl>
<dt>category</dt><dd>policy</dd>
</dl>
## Summary
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.
|