mathiasbynens / punycode.js

A robust Punycode converter that fully complies to RFC 3492 and RFC 5891.
https://mths.be/punycode
MIT License
1.59k stars 158 forks source link

Doesn't support RFC 5895 #96

Open comfroels opened 5 years ago

comfroels commented 5 years ago

5895 seems to be the most up-to-date spec, and this doesn't seem to support the deviations listed here: https://unicode.org/reports/tr46/#Deviations . Was wondering if there were plans to support this, or if I need to figure something else out. (Seems like this is the recommended way to do punycode for node)

avik-so commented 4 years ago

Is this project still maintained? If not what is the recommended replacement?

sozakir commented 4 years ago

@mathiasbynens any views on the above comment? I am also thinking of using Punycode in one of my projects. The last version was published 2 years ago.