pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2004-05-05
2004-05-05 14:54:00 by Martin Nilsson <mani@lysator.liu.se>
b5d566bbeffb925eede2cf8b6146d3949da4bff0 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.6
Fixed type. Change to 7-bit example.
Rev: CHANGES:1.82
443:
This module implements various algorithms specified by the Internationalizing Domain Names in Applications (IDNA) memo by the Internet Engineering Task Force (IETF), RFC 3490. Your most likely
-
apllication
of this will be the encoding and decoding of punycode:
+
application
of this will be the encoding and decoding of punycode:
-
Standards.IDNA.Punycode.
encode
("
räksmörgås
");
+
Standards.IDNA.Punycode.
decode
("
rksmrgs-5wao1o
");
o Thread