diff options
Diffstat (limited to 'pango')
-rw-r--r-- | pango/pango-context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-context.c b/pango/pango-context.c index 9d67b8e2..0344e334 100644 --- a/pango/pango-context.c +++ b/pango/pango-context.c @@ -1400,7 +1400,7 @@ itemize_state_process_run (ItemizeState *state) if (G_UNLIKELY (type == G_UNICODE_CONTROL || type == G_UNICODE_FORMAT || type == G_UNICODE_SURROGATE || - type == G_UNICODE_SPACE_SEPARATOR)) + (type == G_UNICODE_SPACE_SEPARATOR && wc != 0x1680u /* OGHAM SPACE MARK */))) { shape_engine = NULL; font = NULL; |