Skip to content

Converts punycode domains to unicode and vice-versa.

License

Notifications You must be signed in to change notification settings

jakewarren/punycoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Converts punycode domains to unicode and vice-versa.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages