Non-Printable Character Detection

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

작성자
Rui LIU
일일 설치 수
0
총 설치 수
10
평점
0 0 0
버전
1.2
생성일
2021-09-16
갱신일
2021-09-17
크기
1015바이트
라이선스
MIT
적용 사이트
모든 사이트

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.