Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reconbot/node-punycode
Javascript Punycode converter derived from example in RFC3492 (depreciated)
https://github.com/reconbot/node-punycode
Last synced: 6 days ago
JSON representation
Javascript Punycode converter derived from example in RFC3492 (depreciated)
- Host: GitHub
- URL: https://github.com/reconbot/node-punycode
- Owner: reconbot
- Created: 2011-09-07T03:39:27.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2018-05-07T15:53:05.000Z (over 6 years ago)
- Last Synced: 2024-09-18T23:13:10.361Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 35.2 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This project has been depreciated for https://github.com/bestiejs/punycode.js which is now part of nodejs core.
Javascript Punycode converter derived from example in RFC3492
Code attributed to "Some" at stackoverflow http://stackoverflow.com/questions/183485/can-anyone-recommend-a-good-free-javascript-for-punycode-to-unicode-conversion
I just packaged it up into a module as I had need for it.