A punycode implementation in Common Lisp
https://shinmera.com/docs/punycode
- Common Lisp 100%
| LICENSE | ||
| punycode-test.asd | ||
| punycode.asd | ||
| punycode.lisp | ||
| README.mess | ||
| test.lisp | ||
# 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``.