mirror of
https://github.com/planetrenox/inzerosight.git
synced 2026-09-18 10:05:44 +00:00
Release extension 3.2.0 with ZWUS-7 and large text support
This commit is contained in:
@@ -21,8 +21,8 @@ When enabled, prepends an invisible zero-width signature to the output. This all
|
||||
|
||||
## How ZWUS Works
|
||||
|
||||
1. Takes each character's Unicode code point.
|
||||
2. Converts it to the chosen base (3, 6, or 8).
|
||||
1. Takes each character's Unicode code point. ZWUS-7 ranks printable ASCII first so common letters and spaces use short values.
|
||||
2. Converts the value to the chosen base (3, 6, or 7).
|
||||
3. Maps each resulting digit to its assigned zero-width character from the alphabet.
|
||||
4. Joins digits together; separates characters with the base's designated separator (also zero-width).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user