A punycode implementation in Common Lisp https://shinmera.com/docs/punycode
  • Common Lisp 100%
Find a file
2025-08-11 21:25:46 +02:00
LICENSE Update copyright 2023-07-03 19:01:53 +02:00
punycode-test.asd Update linkage 2025-08-11 21:25:46 +02:00
punycode.asd Update linkage 2025-08-11 21:25:46 +02:00
punycode.lisp Update copyright 2023-07-03 19:01:53 +02:00
README.mess Trivial readme. 2023-05-02 21:46:16 +02:00
test.lisp Update copyright 2023-07-03 19:01:53 +02:00

# 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``.