Update readme.md

This commit is contained in:
2026-03-10 23:58:19 -07:00
committed by GitHub
parent 6d3737b491
commit cd902def7d

View File

@@ -18,7 +18,7 @@ Text is encoded using **ZWUS (Zero Width Unicode Standard)** — each character'
| **ZWUS-6** | 6 + 1 separator | U+200D · U+200F · U+00AD · U+2060 · U+200B · U+200E · sep U+200C | Balanced | | **ZWUS-6** | 6 + 1 separator | U+200D · U+200F · U+00AD · U+2060 · U+200B · U+200E · sep U+200C | Balanced |
| **ZWUS-8** | 8 + 1 separator | U+200D · U+200F · U+00AD · U+2060 · U+200B · U+200E · U+180E · U+FEFF · sep U+200C | Smallest output but uses characters some platforms strip | | **ZWUS-8** | 8 + 1 separator | U+200D · U+200F · U+00AD · U+2060 · U+200B · U+200E · U+180E · U+FEFF · sep U+200C | Smallest output but uses characters some platforms strip |
**Compatibility:** ZWUS-3 > ZWUS-6 > ZWUS-8 **Compatibility:** ZWUS-3 > ZWUS-6 > ZWUS-8
**Output size:** ZWUS-8 < ZWUS-6 < ZWUS-3 **Output size:** ZWUS-8 < ZWUS-6 < ZWUS-3
Some platforms actively strip or collapse certain zero-width characters. If your encoded text breaks on a platform, drop to a lower base. Some platforms actively strip or collapse certain zero-width characters. If your encoded text breaks on a platform, drop to a lower base.