github
https://github.com/BinTianqi/ZWLab
Zero Width Lab
Kotlin + Compose multiplatform
Supported platform / 支持的平台: Windows, Android, web(wasmJs)
Features / 功能
Copy zero width characters to clipboard. / 复制零宽度字符到剪切板
Add zero-width characters to text. / 向一段文字中加入零宽度字符
Remove zero-width characters from text. / 从一段文字中移除零宽度字符
Hide text using zero-width characters. / 把一段文字隐藏在另一段文字中
Extract the hidden text generated in the previous function. / 提取上一个功能生成的隐藏文字
Zero width characters / 零宽字符
There are some zero-width characters(常见的零宽字符):
U+200B: Zero-width space / 零宽度空格
U+FEFF: Zero-width no-break space / 零宽度非断空格
U+200C: Zero-width non-joiner / 零宽度断字符
U+200D: Zero-width joiner / 零宽度连字符
U+200E: Left-to-right mark / 左至右符
U+200F: Right-to-left mark / 右至左符