diff options
Diffstat (limited to 'pango/break.c')
-rw-r--r-- | pango/break.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/break.c b/pango/break.c index 47bdcc64..f617b76c 100644 --- a/pango/break.c +++ b/pango/break.c @@ -832,6 +832,7 @@ pango_default_break (const gchar *text, case G_UNICODE_COMBINING_MARK: case G_UNICODE_ENCLOSING_MARK: case G_UNICODE_NON_SPACING_MARK: + case G_UNICODE_FORMAT: /* nothing, we just eat these up as part of the word */ break; |