forwarded 610344 https://issues.apache.org/bugzilla/show_bug.cgi?id=50605
tags 610344 + patch
kthxbye

Attached is a patch to solve this problem.  The problem occurs because
two different characters (U+002D and U+2212) are mapped onto the same
byte (0x2D).  Because the glyph sizes are different, the character
U+002D gets rendered with the metrics of U+2212, and consequently there
is an extra gap after the U+002D.  This patch makes sure that at most
one character is mapped onto a single byte.

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187

Attachment: signature.asc
Description: Digital signature

Reply via email to