This is the idna Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 06:27:22 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
idna
IDNA (international domain names) string encoding and decoding routines
split-sequence
(system).
package.lisp
(file).
encode.lisp
(file).
decode.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
idna/encode.lisp
package.lisp
(file).
idna
(system).
punycode-encode
(function).
to-ascii
(function).
+base+
(constant).
+damp+
(constant).
+delimiter+
(constant).
+initial-bias+
(constant).
+initial-n+
(constant).
+maxint+
(constant).
+skew+
(constant).
+tmax+
(constant).
+tmin+
(constant).
adapt
(function).
encode-basic
(function).
encode-digit
(function).
idna/decode.lisp
encode.lisp
(file).
idna
(system).
punycode-decode
(function).
to-unicode
(function).
decode-digit
(function).
Packages are listed by definition order.
idna
common-lisp
.
punycode-decode
(function).
punycode-encode
(function).
to-ascii
(function).
to-unicode
(function).
+base+
(constant).
+damp+
(constant).
+delimiter+
(constant).
+initial-bias+
(constant).
+initial-n+
(constant).
+maxint+
(constant).
+skew+
(constant).
+tmax+
(constant).
+tmin+
(constant).
adapt
(function).
decode-digit
(function).
encode-basic
(function).
encode-digit
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Encode STRING with the punycode algorithm documented in RFC3492.
When PRESERVE-CASE is true, emit case annotations and do not perform case folding (to downcase), as required for ToASCII.
idna
.
Encode string to IDNA punycode format using the ToASCII algorithm.
idna
.
Encode string from IDNA punycode format using the ToUnicode algorithm.
idna
.
Jump to: | A D E F P T |
---|
Jump to: | A D E F P T |
---|
Jump to: | +
C |
---|
Jump to: | +
C |
---|
Jump to: | D E F I P S |
---|
Jump to: | D E F I P S |
---|