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.
|
10 months ago | |
---|---|---|
.gitignore | 10 months ago | |
Puny.cs | 10 months ago | |
README.md | 10 months ago | |
puny.csproj | 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