puny/README.md

328 B

puny

a little CLI punycode explorer/converter

it will iterate through all arguments and display the normalized punycode and unicode versions along with a hexdump of the bytes.

dotnet run -- tildə.net

to get a standalone linux executable:

dotnet publish -c Release -r linux-x64 --self-contained