From 71081aa3d39569d98b87c599c45d87ac7b4ab3a6 Mon Sep 17 00:00:00 2001 From: kdx Date: Mon, 20 Feb 2023 04:54:21 +0100 Subject: initial commit --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..08a0adb --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# learning and documenting UTF-8 like a bozo + +starting off strongly with da goat, [da wikipedia page](https://en.wikipedia.org/wiki/UTF-8) + +it says i can be stupid when needed +> It was designed for backward compatibility with ASCII +which i like, i'm stupid after all + +so, first i need to detect unicode points. if <128 then ascii, otherwise unicode + +right? right. + +ok uh too much thinking, let's write some stupid ass C program that readlines and displays bytes. +yeah, right, i'm rewriting hexdump. +will take 5 minutes, stop complaining and shut the fuck up please + +thank u :3 brb -- cgit v1.2.3