Character Encoding

2002-07-09 Thread Holger Prause
Hello dear mailing list :-) I use the character squence − in a html page it will be dispalyed as an - minus sign. So far so good.Now i want to use that chracter sequence in FO but in the generated pdf it will displayed as an # sign(which stands for undefined ?) What can i do to display

Character Encoding, EBCDIC

2001-10-30 Thread Markus Bernhardt
cess: AFAIK pdf can handle different character encodings. (Is that right ???) BUT: AFAIK pdf can handle only different character encodings of the CONTENT of the document, NOT the TAGS. (Is that right ???) For example the pdf tag (Don't know whether there is this tag) has to

missing Japanese character

2004-01-21 Thread Siarhei Baidun
Did anybody experince %subj% problem in FOP 0.20.4rc? In several words the problem is as follows. fop 0.20.4rc When rendering Japanese XML into PDF using MSGothic I have one Japanese character missed in result PDF. With Unicode font all works correct. fop 0.20.5 With both

Re: Character Encoding

2002-07-09 Thread J.Pietschmann
Holger Prause wrote: > I use the character squence − in a html page it will be dispalyed as > an - minus sign. > > So far so good.Now i want to use that chracter sequence in FO but in the ^ ^ ^ ^ ^ ^ ^ It is a "character reference&quo

Re: Character Encoding

2002-07-10 Thread Holger Prause
- Original Message - From: "J.Pietschmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 09, 2002 9:58 PM Subject: Re: Character Encoding > Holger Prause wrote: > > I use the character squence − in a html page it will be dispalyed as

Preserving Linefeed character

2002-07-23 Thread Al-Dhahir, Haitham
Hi, I have an XML document which contains a linefeed character in one of the lines. However, when I process this into PDF using FOP, the outputted line has a space where the linefeed should be. My XML: My XSL: What I want to appear in the PDF: Line1 Line2 What is actually appearing

fop special character help!

2001-08-31 Thread Amy Weiss
Hi I am a developer and I am trying to use fop (apache) to generate pdf from my xsl file and xml file. I need to know what font are supported by fop and how I can print special characters. For instance, I want to have an a with an accent mark over it in the pdf. I was just using the ascii valu

Colon character problematic in ??

2002-03-18 Thread Joe Sytniak
              I am able to create XSL for normal transformations to HTML just fine. But inorder to get XSLFO to work, I must change the names of the 'rs:data' and'z:row' nodes to something that does not contain a colon charater (ie.rs-data & z-row). This seems to in

Re: missing Japanese character

2004-01-21 Thread J.Pietschmann
Siarhei Baidun wrote: What I'd like to know is a hint (or patch) what class(es) was(where) modified in FOP 0.20.5 to fix this problem. Do you use the same metrics file ion bothe cases? If so, it's probably one of the mapping problems. The code should be either in one of the files in the font subdir

Re: missing Japanese character

2004-01-22 Thread Siarhei Baidun
> Do you use the same metrics file ion bothe cases? Yes I do >If so, it's probably one of the mapping problems. Exactly. I saw PDF's inside that have got from FOP 0.20.5 and 0.20.4rc versions. Missing Japanese character has code 0004 in PDF's stream rendered by FOP 0.

Re: missing Japanese character

2004-01-22 Thread J.Pietschmann
Siarhei Baidun wrote: If you have more exact suggestion, share please. Probably .../org/apache/fop/renderer/pdf/fonts/MultiByteFont.java, One of them is we are planning to make porting on new FOP (from main branch) Don't hold your breath here. J.Pietschmann

infinity character and PDF

2002-04-10 Thread Jens v. Pilgrim
Hello, I've found a little bug in the PDF generator (or is it me - couldn't be ;-) ). The infinity character (Unicode: ∞ , HTML: ∞ ) is rendered correctly by the AWT and Print renderers, but incorrectly by the PDF renderer. In other words, this character is not written correc

Character Encoding in TXTRenderer

2002-07-12 Thread Torsten Straube
Hi all. I am using fop-0.20.4 to create PDF and text files from XML files encoded in ISO-8859-1. While the PDF files are ok, the text files are always UTF-8 encoded. By looking at the TXTRenderers sources I found the reason for this behaviour: The TXTRenderer uses the TXTStream class to write to

AW: Preserving Linefeed character

2002-07-23 Thread Steiner, Priska
riska -Ursprüngliche Nachricht- Von: Al-Dhahir, Haitham [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 23. Juli 2002 21:29 An: '[EMAIL PROTECTED]' Betreff: Preserving Linefeed character Hi, I have an XML document which contains a linefeed character in one of the lines. However,

RE: Preserving Linefeed character

2002-07-24 Thread Al-Dhahir, Haitham
m: Steiner, Priska [mailto:[EMAIL PROTECTED]] Sent: 24 July 2002 07:42 To: '[EMAIL PROTECTED]' Subject: AW: Preserving Linefeed character Hello I had the same problem. I' ve solved it, with doing the newline in the xml. In the xml I wrote a new tag instead of the newline, like this: Li

-> want EURO character instead of #

2001-08-30 Thread Marc Mueller
Hi, I've got the following problem: My XML input contains the european Euro-Character. After rendering into PDF there is a # sign at the place, the euro was before. This happens only under Linux, when transorming under Windows 2000 everything seems to be OK.. Any idea how to fix

Fop ignores my unicode character

2001-11-22 Thread Cyril Rognon
Hi again list ! thanks to Chris, I have discovered two unicode character to represent checked and unchecked checkboxes. Now I am trying to use it in my xsl style sheet to produce them checkboxes in my pdf output but all I get with fop is a # character. I am using ☑ to insert this U^2611

RE: Colon character problematic in ??

2002-03-18 Thread Marylynne Henry
Similarly, I am having problems with the '&' character. Is there a way to escape this character when it appears in the text?   Thank you   Marylynne Henry   -Original Message-From: Joe Sytniak [mailto:[EMAIL PROTECTED]]Sent: Monday, March 18, 2002 5:22

RE: Colon character problematic in ??

2002-03-18 Thread Adrian Edwards
till, happy to help initially.   Adrian Edwards Netimpact Online Publishing http://www.netimpact.com.au -Original Message-From: Joe Sytniak [mailto:[EMAIL PROTECTED]]Sent: Tuesday, 19 March 2002 10:22 AMTo: [EMAIL PROTECTED]Subject: Colon character problematic in ?? All -

Re: Colon character problematic in ??

2002-03-19 Thread Joerg Pietschmann
"Joe Sytniak" <[EMAIL PROTECTED]> wrote: > I am able to create XSL for normal transformations to HTML just fine. But in > order to get XSLFO to work, I must change the names of the 'rs:data' and > 'z:row' nodes to something that does not contain a colon charater (ie. > rs-data & z-row). Such c

RE: Colon character problematic in ??

2002-03-19 Thread Joerg Pietschmann
Marylynne Henry <[EMAIL PROTECTED]> wrote: > Similarly, I am having problems with the '&' character. Is > there a way to escape this character when it appears in the text? Yes, there is a way, read the spec at http://www.w3.org/TR/REC-xml, one of the countless XML

Re: Colon character problematic in ??

2002-03-19 Thread Joe Sytniak
The only time I have this problem is when trying to use FO. - Original Message - From: Adrian Edwards To: [EMAIL PROTECTED] Sent: Tuesday, March 19, 2002 12:00 AM Subject: RE: Colon character problematic in ?? Dear Joe,   You have opened a can

Re: Colon character problematic in ??

2002-03-19 Thread Joe Sytniak
AM Subject: Re: Colon character problematic in ?? The only time I have this problem is when trying to use FO. - Original Message - From: Adrian Edwards To: [EMAIL PROTECTED] Sent: Tuesday, March 19, 2002 12:00 AM Subject: RE: Colon charac

Re: Colon character problematic in ??

2002-03-19 Thread Joe Sytniak
t; <[EMAIL PROTECTED]> Sent: Tuesday, March 19, 2002 4:20 AM Subject: Re: Colon character problematic in ?? > "Joe Sytniak" <[EMAIL PROTECTED]> wrote: > > I am able to create XSL for normal transformations to HTML just fine. But in > > order to get XSLFO

RE: Colon character problematic in ??

2002-03-19 Thread Adrian Edwards
e-From: Joe Sytniak [mailto:[EMAIL PROTECTED]]Sent: Wednesday, 20 March 2002 2:05 AMTo: [EMAIL PROTECTED]Subject: Re: Colon character problematic in ?? You are correct - I am using the MSXML parser. I only use the apache code for FO -> PDF. By the way - it works really gr

Re: Colon character problematic in ??

2002-03-20 Thread Christopher R. Maden
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At 02:59 PM 3/19/02, Joe Sytniak wrote: >Perhaps an XSLT list would be the best place to look for answers on this >one. Except I only seem to be having problems when using my XSL templates >with FO templates. It's still an XSLT problem if it breaks

Re: Colon character problematic in ??

2002-03-20 Thread Joe Sytniak
Thanks. - Original Message - From: "Christopher R. Maden" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 20, 2002 6:33 AM Subject: Re: Colon character problematic in ?? > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > A

Re: infinity character and PDF

2002-04-10 Thread J.Pietschmann
Jens v. Pilgrim wrote: >The infinity character (Unicode: ∞ , HTML: ∞ ) is > rendered correctly by the AWT and Print renderers, but incorrectly by > the PDF renderer...(I've got a '#' there). Try ∞ I think it's a problem with the character mapping tables. By

Re: infinity character and PDF

2002-04-10 Thread Peter S. Housel
"J.Pietschmann" <[EMAIL PROTECTED]> wrote: > Jens v. Pilgrim wrote: > > The infinity character (Unicode: ∞ , HTML: ∞ ) is > > rendered correctly by the AWT and Print renderers, but incorrectly by > > the PDF renderer...(I've got a '#' t

Re: Character Encoding in TXTRenderer

2002-07-12 Thread J.Pietschmann
Torsten Straube wrote: > While the PDF files are ok, the text files are always UTF-8 encoded. ... > My FO files always contain an encoding attribute in the XML declaration > so I thought the ContentHandler might instruct the renderer which encoding > to use but the SAXContentHandler does not get t

Re: -> want EURO character instead of #

2001-08-30 Thread [EMAIL PROTECTED]
are you sure that your font on linux contains the euro character at all? there are a lot of font descripton files around that are not yet up to date in this respect. bodo Marc Mueller wrote: >Hi, > >I've got the following problem: > >My XML input contains the european E

Re: -> want EURO character instead of #

2001-08-30 Thread Marc Mueller
Well, I am only generating the PDF under linux. But i am using windows to display the PDF later. Marc "[EMAIL PROTECTED]" wrote: > are you sure that your font on linux contains the euro character at all? > there are a lot of font descripton files around that are not yet up t

Re: -> want EURO character instead of #

2001-08-30 Thread axel . spohr
as the font is embedded in the PDF, it does not matter if the viewing platform has a correct font file including the euro symbol, only the platfomr that you run FOP on is relevant to the PDF (which would be your linux box). HTH Axel -

RE: -> want EURO character instead of #

2001-08-30 Thread COFFMAN Steven
Axel, I don't think he's embedding the font. That would explain why it displays different on Windows 2000 and Linux, regardless of where it was generated. Mark, I think your font in Linux doesn't contain the Euro character. What font is it, and what Linux distribution/versio

want EURO character instead of # -> solved

2001-09-10 Thread Marc Mueller
ated. > > Mark, > I think your font in Linux doesn't contain the Euro character. What font is > it, and what Linux distribution/version are you using? > -Steve > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 30,

looking for a checkbox unicode character

2001-11-22 Thread Cyril Rognon
Hi list, I am not sure it is the right place to post but since many of you speak about unicode you might know about that : I am looking for a way to insert checked checkbox an unchecked checkbox in my documents. The unchecked one is a dingbat character, but I cannot find a checked version

Re: Fop ignores my unicode character

2001-11-23 Thread Ulrich Mayring
Cyril Rognon wrote: > > Hi again list ! > > thanks to Chris, I have discovered two unicode character to represent > checked and unchecked checkboxes. Now I am trying to use it in my xsl style > sheet to produce them checkboxes in my pdf output but all I get with fop is >

SVG Text. Character spacing problems. Help!

2001-12-16 Thread Trevor_Campbell
I'm trying to print some rotated text in a document, and in the absence of 'reference-orientation' am trying to use in-line SVG. Problem is the characters come out  v e r y  w i d e l y  spaced.  The code renders 'correctly' if I try it directly in Batik.                    Mr Zmaryalay Razaq

SVG Text. Character spacing problems. Help!

2001-12-18 Thread Trevor_Campbell
I'm trying to print some rotated text in a document (PDF), and in the absence of 'reference-orientation' am trying to use in-line SVG. Problem is the characters come out v e r y w i d e l y spaced. The code renders 'correctly' if I try it directly in Batik. http://www.w3.org/2000/sv

Re[2]: infinity character and PDF

2002-04-11 Thread Jens v. Pilgrim
Hello J.Pietschmann, Wednesday, April 10, 2002, 10:09:36 PM, J.Pietschmann wrote: JP> Jens v. Pilgrim wrote: >>The infinity character (Unicode: ∞ , HTML: ∞ ) is >> rendered correctly by the AWT and Print renderers, but incorrectly by >> the PDF renderer...(I've

Re: looking for a checkbox unicode character

2001-11-22 Thread Christopher R. Maden
kbox in >my documents. The unchecked one is a dingbat character, but I cannot find >a checked version. Is ther any one or should I import some font that takes >care of it ? Try U+2611, BALLOT BOX WITH CHECK, or U+2612, BALLOT BOX WITH X. HTH, Chris - -- Christopher R. Maden, Principal Consu

Re: SVG Text. Character spacing problems. Help!

2001-12-19 Thread Keiron Liddle
It works fine for me. I presume the problem is that you have an older version of FOP. It is always a good idea to actually tell us what version you are using. On 2001.12.19 01:12 [EMAIL PROTECTED] wrote: > > I'm trying to print some rotated text in a document (PDF), and in the > absence of 're

Re: SVG Text. Character spacing problems. Help!

2001-12-19 Thread Trevor_Campbell
cc: Subject: Re: SVG Text. Character spacing problems. Help! 19/12/2001

Character encoding on other platforms (previously os/390)

2002-05-15 Thread Jason . West
I've had a couple folks ask me for the modified code so the proper character encoding is returned on the toString().getBytes() is US-ASCII. This is cool that other people besides me need this. I downloaded this snapshot xml-fop_20020515162132 and I don't see any modification to the cod

BUG: Mapping of ascii minus character in PS renderer

2003-01-22 Thread Arnd Beißner
Hello there, after some research I found and fixed a bug in the PS renderer that can be a real nuisance. The problem is as follows: The ascii (and Unicode) minus character is mapped to the hyphen character by the PDF renderer. The PostScript renderer instead maps it tho the minus character. This

Re: Character encoding on other platforms (previously os/390)

2002-05-16 Thread Christian Geisert
[EMAIL PROTECTED] schrieb: > I've had a couple folks ask me for the modified code so the proper character > encoding is returned on the toString().getBytes() > is US-ASCII. This is cool that other people besides me need this. [..] > I downloaded this snapshot xml-fop_200205151

cannot not use certain character in xml to make pdf

2002-01-08 Thread Nick Winger
hi ! i cannot use character 0xfc ( an ü ) ( which i need for german language ) and i cannot use 0xa0 ( a non braking space ) can i have fop to use all characters ( can i set the language ? ) where can i find a reference for all classes and methods for fop ? best regards Nick Winger

Re: BUG: Mapping of ascii minus character in PS renderer

2003-01-23 Thread Jeremias Maerki
On 22.01.2003 23:55:14 Arnd Beißner wrote: > Hello there, > > after some research I found and fixed a bug in the PS renderer > that can be a real nuisance. Yeah, one that I never got round to fix. > The problem is as follows: The ascii (and Unicode) minus > character is ma

Re: BUG: Mapping of ascii minus character in PS renderer

2003-01-24 Thread Christian Geisert
Jeremias Maerki wrote: [..] I'll put your fix in but I can't guarantee that it'll be before Christian does the release. Bug #15936 is still an open issue ... I've mixed feelings about committing patches at this stage of the release but it's ok if they are as simple as this one. (I'll just thi

DO NOT REPLY [Bug 15712] - Chinese Character Rendering In PDF

2002-12-31 Thread bugzilla
gzilla/show_bug.cgi?id=15712 Chinese Character Rendering In PDF [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Reso

Re: cannot not use certain character in xml to make pdf

2002-01-08 Thread Alex McLintock
--- Nick Winger <[EMAIL PROTECTED]> > where can i find a reference for all classes and methods for fop ? Er, the javadoc which is generated when you build a source version Alex PS Feel free to tell me any FAQ and answers so I can add them to the FAQ I maintain at http://www.owal.co.uk

AW: cannot not use certain character in xml to make pdf

2002-01-08 Thread Beer, Christian
TED]) Daimlerweg 39-41Tel. : +49(251)979-200 48163 Muenster Fax : +49(251)979-2020 Germany Email: [EMAIL PROTECTED] -Ursprüngliche Nachricht- Von: Nick Winger [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 8. Januar 2002 12:02 An: [EMAIL PROTECTED] Betr

RE: cannot not use certain character in xml to make pdf

2002-01-08 Thread Sergei Timofejev
] Sent: Tuesday, January 08, 2002 12:04 PM To: '[EMAIL PROTECTED]' Subject: AW: cannot not use certain character in xml to make pdf There is no problem using 'ü' or 'ß' or something. You must check the header of the xml-file: The encoding specifies what characters you

AW: cannot not use certain character in xml to make pdf

2002-01-08 Thread Nick Winger
] Gesendet: Dienstag, 8. Januar 2002 10:04 An: '[EMAIL PROTECTED]' Betreff: AW: cannot not use certain character in xml to make pdf There is no problem using 'ü' or 'ß' or something. You must check the header of the xml-file: The encoding specifies what characters

DO NOT REPLY [Bug 7131] - soft hyphen ­ not a valid character?!

2002-03-14 Thread bugzilla
gzilla/show_bug.cgi?id=7131 soft hyphen ­ not a valid character?! [EMAIL PROTECTED] changed: What|Removed |Added Priority|Other |High Versio

DO NOT REPLY [Bug 7131] - soft hyphen ­ not a valid character?!

2002-03-14 Thread bugzilla
gzilla/show_bug.cgi?id=7131 soft hyphen ­ not a valid character?! [EMAIL PROTECTED] changed: What|Removed |Added Version|all

Antwort: Re: BUG: Mapping of ascii minus character in PS renderer

2003-01-23 Thread Arnd Beißner
the characters you want. Years ago, I did that for IBM codepage 850. Typing and testing took the better of 2 days if I remember correctly. If your goal would be to write the best possible PS renderer for FOP, I suppose you would want to do the character mapping entirely in the PS renderer and use r

DO NOT REPLY [Bug 7131] - soft hyphen ­ not a valid character?!

2002-03-25 Thread bugzilla
gzilla/show_bug.cgi?id=7131 soft hyphen ­ not a valid character?! --- Additional Comments From [EMAIL PROTECTED] 2002-03-25 16:35 --- Hi, I have not gotten any response on this bug. It is very critical for us, so I was wondering who is looking into this? How can it be fixed? Thank

DO NOT REPLY [Bug 7131] - soft hyphen ­ not a valid character?!

2002-06-03 Thread bugzilla
gzilla/show_bug.cgi?id=7131 soft hyphen ­ not a valid character?! [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Reso

DO NOT REPLY [Bug 15712] New: - Chinese Character Rendering In PDF

2002-12-29 Thread bugzilla
gzilla/show_bug.cgi?id=15712 Chinese Character Rendering In PDF Summary: Chinese Character Rendering In PDF Product: Fop Version: 0.20.4 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority:

DO NOT REPLY [Bug 7131] New: - soft hyphen ­ not a valid character?!

2002-03-14 Thread bugzilla
gzilla/show_bug.cgi?id=7131 soft hyphen ­ not a valid character?! Summary: soft hyphen ­ not a valid character?! Product: Fop Version: 0.15 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Critical Priority:

DO NOT REPLY [Bug 22048] - PDF renderer and hyphenation break character order

2003-08-01 Thread bugzilla
gzilla/show_bug.cgi?id=22048 PDF renderer and hyphenation break character order [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RE

non rendered character in and before inline tags occurring at page-break

2002-04-15 Thread Nicolas Mazziotta
  Hello,   I've noticed that text() of tags that occur at page-break as well as the characters that preceed in the same word-unit (surrounded by whitespaces) are not rendered at all in PDF and AWT view.   Look at the beginning of page 15 in the pdf file: 'tensible' for 'extensible' [Ex

DO NOT REPLY [Bug 22048] New: - PDF renderer and hyphenation break character order

2003-08-01 Thread bugzilla
gzilla/show_bug.cgi?id=22048 PDF renderer and hyphenation break character order Summary: PDF renderer and hyphenation break character order Product: Fop Version: 0.20.4 Platform: PC URL: http://staff.csc.fi/aniemela/fopbug2.pdf OS/Version:

DO NOT REPLY [Bug 26590] - last character width in winansi font is missed

2004-10-13 Thread bugzilla
gzilla/show_bug.cgi?id=26590 last character width in winansi font is missed --- Additional Comments From [EMAIL PROTECTED] 2004-10-14 05:27 --- This bug has been fixed in FOray's CVS. FOray directly parses the font and font metrics files (PFM & AFM) instead of using an intermedia

DO NOT REPLY [Bug 26590] New: - last character width in winansi font is missed

2004-02-02 Thread bugzilla
gzilla/show_bug.cgi?id=26590 last character width in winansi font is missed Summary: last character width in winansi font is missed Product: Fop Version: 0.20.5 Platform: PC OS/Version: Linux Status: NEW Severity:

DO NOT REPLY [Bug 32826] - Character Spacing messed up even though environment is identical

2004-12-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 32826] - Character Spacing messed up even though environment is identical

2004-12-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 32826] - Character Spacing messed up even though environment is identical

2004-12-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 32826] - Character Spacing messed up even though environment is identical

2004-12-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 32826] - Character Spacing messed up even though environment is identical

2004-12-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 32826] - Character Spacing messed up even though environment is identical

2004-12-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 32826] - Character Spacing messed up even though environment is identical

2004-12-23 Thread bugzilla
-12-23 11:12 --- Another thing i just saw: If i change the Name at the top of the page from "Mr. Rudi BBK1" to "Test" in the fo Template the character spacing between "c" and "a" in www.spectrocampus.com at the bottom of the page is okay again. &q

DO NOT REPLY [Bug 32826] - Character Spacing messed up even though environment is identical

2004-12-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 32826] New: - Character Spacing messed up even though environment is identical

2004-12-23 Thread bugzilla
gzilla/show_bug.cgi?id=32826 Summary: Character Spacing messed up even though environment is identical Product: Fop Version: 0.20.5 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priori