From 1b872a0ede581b1edef3c04d5eec405c87056f3c Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 5 Aug 2022 14:16:46 -0400 Subject: init --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..b8b4b2b --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# 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. + +```shell +dotnet run -- tildÉ™.net +``` -- cgit 1.4.1