Bug fix for non ASCII environments

2001-07-23 Thread Markus Bernhardt
Hi ! Finally we have the actual FOP running under OS/390. We simply replaced all occurencies of string.getBytes() with: try { string.getBytes(ISO-8859-1); } catch (UnsupportedEncodingException) {} Is there any chance this fix could go into the official FOP package. It will took only

RE: Bug fix for non ASCII environments

2001-07-23 Thread Darren Munt
Forgive me if I show my ignorance of FOP internals, but isn't that going to convert all text read by getBytes into ISO-8859-1. If that's the case, there might be a few complaints from Unicode users (such as myself). -Original Message- From: Markus Bernhardt [mailto:[EMAIL PROTECTED]]

Can FOP work with other parsers and processors?

2001-07-23 Thread adel ben
Hi all, I hope you will take my question in consideration this time :( I read in the mailing list FOP in a servlet under load that we can use Saxon processor with FOP. my question is : shall we make some changes into FOP code? or shall we put the new package in the place of xalan processor.

Re: Bug fix for non ASCII environments

2001-07-23 Thread Markus Bernhardt
Hi ! Darren Munt wrote: Forgive me if I show my ignorance of FOP internals, but isn't that going to convert all text read by getBytes into ISO-8859-1. If that's the case, there might be a few complaints from Unicode users (such as myself). We are using FOP since 0.12 and try now to port our

Re: FOP does not rendering PDF in IE5.5 SP1

2001-07-23 Thread adel ben
hi Abdou, try to structure your request so that it contains .pdf at the end even if it is not necessar. salam, adel ___ Send a cool gift with your E-Card http://www.bluemountain.com/giftcenter/

Re: FOP does not rendering PDF in IE5.5 SP1

2001-07-23 Thread Micheál Healy
Hi Abdou, If that doesn't work, try applying the patch Q299618 to IE5.5 SP1 - worked for me. You can get the patch from http://www.microsoft.com/windows/ie/download/critical/q299618/default.asp Good luck, Micheál - Original Message - From: adel ben [EMAIL PROTECTED] To: [EMAIL

Re: confusion with content-height and height properties on fo:external=graphic

2001-07-23 Thread Arved Sandstrom
At 12:14 PM 7/23/01 +0200, Petr Andrs wrote: when I want to include external image using fo:external-graphic and I want it to be scaled to specified dimension I have to use content- height and content-width properties. This is how I understand XSL FO spec and how it works in XEP and Antenna. In

Re: Tables - page spanning

2001-07-23 Thread Keiron Liddle
I have a table that spans multiple pages, unfortunately, FOP appears to only let the table fill have the page before it throws a new page Any ideas greatly recieved Martin Reynolds What version are you using (always useful information). It may be a known problem with a previous

RE: Tables - page spanning

2001-07-23 Thread Martyn Reynolds
* Your attention is drawn to the warning notice at the end of this message. * Hi, I am using 0.18.1, I will give 0.19 a try

Re: Bug fix for non ASCII environments

2001-07-23 Thread David BAUDOIN
Hi, http://xml.apache.org/mail/fop-dev/ is a working archive of this mailing list. Regards, David Baudoin - Original Message - From: Darren Munt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 23, 2001 2:34 PM Subject: RE: Bug fix for non ASCII environments Markus, You

Re: Bug fix for non ASCII environments

2001-07-23 Thread Markus Bernhardt
David BAUDOIN wrote: Hi, http://xml.apache.org/mail/fop-dev/ is a working archive of this mailing list. Is there also a SEARCHABLE list ? Regards, David Baudoin - Original Message - From: Darren Munt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 23, 2001

Re: Bug fix for non ASCII environments

2001-07-23 Thread Hoang Nam
Sure! Try this link : http://marc.theaimsgroup.com/?l=fop-devw=2r=1s=compressionq=b - Original Message - From: Markus Bernhardt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 23, 2001 4:26 PM Subject: Re: Bug fix for non ASCII environments Is there also a SEARCHABLE

Re: Bug fix for non ASCII environments

2001-07-23 Thread Markus Bernhardt
Tore Engvig wrote: To answer your questions: Yes, there are unicode pdf files. Good. Fop can generate pdf files for non iso 8859 encodings if you provide fonts that support it. I think fonts haven't been my problem. The problem was that the PDF structure is coded as strings into the java source

Re: Bug fix for non ASCII environments

2001-07-23 Thread Markus Bernhardt
Thx ! Hoang Nam wrote: Sure! Try this link : http://marc.theaimsgroup.com/?l=fop-devw=2r=1s=compressionq=b - Original Message - From: "Markus Bernhardt" [EMAIL PROTECTED]> To: [EMAIL PROTECTED]> Sent: Monday, July 23, 2001 4:26 PM Subject: Re: Bug fix for non ASCII environments > Is

[Bug 2740] - multi-page tables sometimes render badly

2001-07-23 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2740 *** shadow/2740 Mon Jul 23 07:23:50 2001 --- shadow/2740.tmp.4274Mon Jul 23 07:25:43 2001 *** *** 30,32 --- 30,37 --- Additional Comments From [EMAIL PROTECTED] 2001-07-23 07:23 --- Created an

[Bug 2740] New: - multi-page tables sometimes render badly

2001-07-23 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2740 *** shadow/2740 Mon Jul 23 07:21:27 2001 --- shadow/2740.tmp.4212Mon Jul 23 07:21:27 2001 *** *** 0 --- 1,28 + ++ + | multi-page tables

[Patch] bug 2243 - extra space at the beginning of next line after line feed

2001-07-23 Thread Rainer Garus
Is it possible to insert and commit the patch sended on 2001-06-28 to CVS? Rainer Garus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: [Patch] bug 2243 - extra space at the beginning of next lineafter line feed

2001-07-23 Thread Tore Engvig
On Mon, 23 Jul 2001, Rainer Garus wrote: Is it possible to insert and commit the patch sended on 2001-06-28 to CVS? Had completely forgooten about your patch! Your reminder came just in time - I'm working on the LineArea class right now. I'm trying to add better support for spaces (there's

cvs commit: xml-fop/src/org/apache/fop/fo/flow ListBlock.java

2001-07-23 Thread arved
arved 01/07/23 17:57:32 Modified:src/org/apache/fop/fo/flow ListBlock.java Log: AHS: adding support for 'returned-by' Revision ChangesPath 1.17 +20 -52xml-fop/src/org/apache/fop/fo/flow/ListBlock.java Index: ListBlock.java

cvs commit: xml-fop/src/org/apache/fop/fo/flow ListItem.java

2001-07-23 Thread arved
arved 01/07/23 17:57:57 Modified:src/org/apache/fop/fo/flow ListItem.java Log: AHS: adding support for 'returned-by' Revision ChangesPath 1.13 +27 -60xml-fop/src/org/apache/fop/fo/flow/ListItem.java Index: ListItem.java

cvs commit: xml-fop/src/org/apache/fop/fo/flow ListItemBody.java

2001-07-23 Thread arved
arved 01/07/23 17:58:22 Modified:src/org/apache/fop/fo/flow ListItemBody.java Log: AHS: adding support for 'returned-by'; placeholder Revision ChangesPath 1.9 +9 -49 xml-fop/src/org/apache/fop/fo/flow/ListItemBody.java Index: ListItemBody.java

cvs commit: xml-fop/src/org/apache/fop/fo/flow ListItemLabel.java

2001-07-23 Thread arved
arved 01/07/23 17:58:34 Modified:src/org/apache/fop/fo/flow ListItemLabel.java Log: AHS: adding support for 'returned-by'; placeholder Revision ChangesPath 1.9 +18 -58xml-fop/src/org/apache/fop/fo/flow/ListItemLabel.java Index: ListItemLabel.java