Non-Printable Character Detection

Replace non-printable characters, e.g., zero-width spaces, with a visible symbol.

Versione datata 17/09/2021. Vedi la nuova versione l'ultima versione.

Autore
Rui LIU
Valutazione
0 0 0
Versione
1.2
Creato il
16/09/2021
Aggiornato il
17/09/2021
Dimensione
1015 Byte
Licenza
MIT
Applica a
Tutti i siti

Replace non-printable characters, e.g., zero-width spaces, with a visible symbol ❖ (U+2756).

Only formatting characters (\p{Cf}) ^1 are included.

Its detection range is much wider than the Firefox addon ZeroWidth Detection ^2, as the addon only tests four specific characters ^3.

I didn't find a Chrome counterpart.