Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1 KB

README.md

File metadata and controls

31 lines (21 loc) · 1 KB

Punycoder

GitHub release MIT License Go Report Card

Converts punycode domains to unicode and vice-versa.

Screenshot

Installation

Option 1: Binary

Download the latest release from https://github.com/jakewarren/punycoder/releases

Option 2: From source

go get github.com/jakewarren/punycoder

Usage

Simply provide either a punycode (IDN) or Unicode domain and it will be converted automagically.

$ punycoder bücher.example.com
xn--bcher-kva.example.com
$ punycoder xn--bcher-kva.example.com
bücher.example.com