Bug#610344: Patch for 610344

brian m. carlson sandals at crustytoothpaste.net
Mon Jan 17 22:54:15 UTC 2011


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-java-maintainers/attachments/20110117/e8666d15/attachment-0001.pgp>


More information about the pkg-java-maintainers mailing list