An open API service indexing awesome lists of open source software.

https://github.com/close2/punycode

Dart punycode implementation.
https://github.com/close2/punycode

Last synced: about 1 month ago
JSON representation

Dart punycode implementation.

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.