a cli punycode viewer
Go to file
Ben Harris f0f9b300f4 allow standalong publishing 2022-08-05 14:30:06 -04:00
.gitignore init 2022-08-05 14:17:36 -04:00
Puny.cs init 2022-08-05 14:17:36 -04:00
README.md allow standalong publishing 2022-08-05 14:30:06 -04:00
puny.csproj allow standalong publishing 2022-08-05 14:30:06 -04:00

README.md

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