From 27c13c48b2eac9d6d9075159a66031fb5a689ee8 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sat, 12 Sep 2026 19:12:52 -0700 Subject: [PATCH] docs: state that encoding works with all Unicode characters in existence --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 083a355..2eb0a3f 100644 --- a/readme.md +++ b/readme.md @@ -21,6 +21,8 @@ When enabled, prepends an invisible zero-width signature to the output. This all ## How ZWUS Works +Because ZWUS operates directly on numerical code points (`U+0000` to `U+10FFFF`), encoding works with **all Unicode characters in existence**—including every language script, emoji, and symbol. + 1. Take each character's Unicode code point. 2. Convert it to the chosen base (3, 6, or 8). 3. Map each resulting digit to its assigned zero-width character from the alphabet.