https://github.com/close2/punycode
Dart punycode implementation.
https://github.com/close2/punycode
Last synced: about 1 month ago
JSON representation
Dart punycode implementation.
- Host: GitHub
- URL: https://github.com/close2/punycode
- Owner: close2
- License: bsd-3-clause
- Created: 2017-05-11T07:32:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-02-25T00:28:47.000Z (about 5 years ago)
- Last Synced: 2023-08-20T22:58:37.768Z (over 2 years ago)
- Language: Dart
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# punycode
Direct translation of the C algorithm in [RFC 3492](https://www.ietf.org/rfc/rfc3492.txt) to dart.
# Stringprep / PRECIS
This library does *not* implement stringprep ([RFC 3454](https://tools.ietf.org/html/rfc3454)) or
PRECIS ([RFC 7564](https://tools.ietf.org/html/rfc7564)).
Those RFCs are needed for domain name conversion.