Hacker News new | ask | show | jobs
by mikelnrd 615 days ago
Is this the same/similar invisible character encoding scheme used by Sanity.io CMS? https://www.sanity.io/docs/stega
1 comments

Looks different, from that docs page they're using a mix of:

- ZeroWidthSpace,

- zwj (zero width joiner, used with emoji modifiers like skin tones),

- zwnj (zero width non-joiner, used to prevent automatic ligature substitution), and

- U+FEFF (zero width no-break space)

It's a clever system, thanks for sharing the link to it!