Skip to content

gc: Fix visibility for zerowidth characters

Some characters were marked as invisible because they have zerowidth while they are actually printable (e.g. U+0941).

Fixes #113 (closed)

Before:

20230423163553

After:

20230423163522

Edited by Jeremias Ortega

Merge request reports