From f7a648ef983d785b1a63459905dbc7b2b682237f Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Wed, 16 Aug 2023 05:47:07 -0700 Subject: [PATCH] improved documentation --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 799e206..6736ed6 100644 --- a/README.md +++ b/README.md @@ -98,9 +98,9 @@ Some examples of UTF-8 encoding of Unicode code points are: 0b0,1000001 - - - + + + A U+0041 65 @@ -109,9 +109,9 @@ Some examples of UTF-8 encoding of Unicode code points are: 0b0,1110010 - - - + + + r U+0072 114 @@ -123,11 +123,11 @@ Some examples of UTF-8 encoding of Unicode code points are: 0b10,100001 - - - - - + ยก + U+00A1 + 161 + 0b0000,0000,1010,0001 + INVERTED EXCLAMATION MARK 0b110,11011