about summary refs log tree commit diff

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