punycode
2023-10-21
Punycode encoding/decoding
Upstream URL
Author
Yukari Hafner <shinmera@tymoon.eu>
Maintainer
Yukari Hafner <shinmera@tymoon.eu>
License
zlib
# About Punycode
This implements encoding and decoding of Punycode strings, specified in RFC 3492 and used for unicode characters in domain names.
Use ``encode`` and ``decode`` or for dealing with the domain names directly, ``encode-domain`` and ``decode-domain``.