a cli punycode viewer
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ben Harris f0f9b300f4 allow standalong publishing 10 months ago
.gitignore init 10 months ago
Puny.cs init 10 months ago
README.md allow standalong publishing 10 months ago
puny.csproj allow standalong publishing 10 months ago

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