Bug#610344: your mail

2011-09-11 Thread Mathieu Malaterre
On Sun, Sep 11, 2011 at 2:49 AM, brian m. carlson
sand...@crustytoothpaste.net wrote:
 On Fri, Sep 09, 2011 at 11:09:41AM +0200, Mathieu Malaterre wrote:
 Brian, when you say patch attach, you mean I need to apply the two
 patches referenced in the bug report on fop/apache bugtracker, right ?

 I had intended to attach it but forgot.  The patch is the same one as
 for the upstream bug.  The bug has been fixed differently upstream,
 though, so you may want to use the upstream patch instead.

Ok. Thanks for confirmation.

-- 
Mathieu



__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#610344:

2011-09-09 Thread Mathieu Malaterre
tag 610344 moreinfo
thanks

Brian, when you say patch attach, you mean I need to apply the two
patches referenced in the bug report on fop/apache bugtracker, right ?

Thanks
-- 
Mathieu



__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#610344: Misrendering not present in fop 0.95

2011-01-17 Thread brian m. carlson
I've downgraded fop and discovered that this bug does not occur in fop
0.95.  It still occurs in fop trunk.  I'm going to try to do some work
to determine the commit that introduced the bug.

-- 
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


signature.asc
Description: Digital signature
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#610344: Patch for 610344

2011-01-17 Thread brian m. carlson
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


signature.asc
Description: Digital signature
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.