Skip to content

Add a few missing chars to pango_is_zero_width

Matthias Clasen requested to merge missing-zerowidth-chars into master

The documentation for this function states that all bidi control chars are zero width, but it was missing the Isolate ones. Add them.

Updated tests included.

Merge request reports