cairo: Fix word-wrapping of ".000" and similar.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 26 Dec 2018 00:16:41 +0000 (16:16 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 26 Dec 2018 05:32:02 +0000 (21:32 -0800)
commit03e0b6914b3c725fe57ba27c7a49a4549c0ff1e8
treef6a1624aa509181bc17a58c8bb6282d14237b34d
parenta353919df75c25331144602421353a856f4236d6
cairo: Fix word-wrapping of ".000" and similar.

The Unicode line-breaking algorithm (or perhaps Pango's implementation of
it) is willing to break after the period in ".000".  This looks odd.  This
commit works around the problem.
src/output/cairo.c