fqdn icon indicating copy to clipboard operation
fqdn copied to clipboard

Constructor should encode Unicode input as Punycode

Open ypcrts opened this issue 4 years ago • 1 comments

Goal: implement RFC3492 https://tools.ietf.org/html/rfc3492

In the constructor, Unicode input should be encoded as Punycode.

TODO:

  • [ ] Use punycode from the python3 codecs library. https://docs.python.org/3/library/codecs.html
  • [ ] Investigate whether this will work in python 2.7, if not devise a plan

ypcrts avatar Apr 23 '20 22:04 ypcrts