7 lines
476 B
Markdown
7 lines
476 B
Markdown
|
Punycode encoding/decoding for Zig
|
||
|
==================================
|
||
|
|
||
|
[Zig](https://ziglang.org) implementation of Punycode ([RFC 5891](https://datatracker.ietf.org/doc/html/rfc5891)/[RFC 3492](https://datatracker.ietf.org/doc/html/rfc3492)) encoding and decoding for Internationalized Domain Names.
|
||
|
|
||
|
Based on [punycode](https://github.com/bnoordhuis/punycode) by Ben Noordhuis with some fixes from [Michael Hempel-Jørgensen](https://github.com/bnoordhuis/punycode/pull/4).
|