RE: Greater than or Equal to symbol Fop 1.0

2013-11-16 Thread Bonekrusher
I wanted to follow up on this thread. After finally spending some time to really see what was causing this issue, I noticed that on output from xml to fo, the symbol was wrapped in a fo:inline with the text-declaration set to upper-case. If I set the symbol lower-case, it works. Which makes sense i

RE: Greater than or Equal to symbol Fop 1.0

2013-09-13 Thread Rahiem Burgess
] Sent: Thursday, September 12, 2013 9:26 AM To: fop-users@xmlgraphics.apache.org Subject: RE: Greater than or Equal to symbol Fop 1.0 Thanks Robert. I will troubleshoot. If you got it working, then there is something wrong in my config. Thx Phil -- View this message in context: http://apache

RE: Greater than or Equal to symbol Fop 1.0

2013-09-12 Thread Bonekrusher
Thanks Robert. I will troubleshoot. If you got it working, then there is something wrong in my config. Thx Phil -- View this message in context: http://apache-fop.1065347.n5.nabble.com/Greater-than-or-Equal-to-symbol-Fop-1-0-tp39197p39202.html Sent from the FOP - Users mailing list archive at

RE: Greater than or Equal to symbol Fop 1.0

2013-09-12 Thread Robert Meyer
ights may be an issue. Regards, Robert Meyer Date: Thu, 12 Sep 2013 13:28:56 +0100 Subject: Re: Greater than or Equal to symbol Fop 1.0 From: lmpmberna...@gmail.com To: fop-users@xmlgraphics.apache.org Try to configure a fall back font that has the glyph. Then Arial is still used everywher

Re: Greater than or Equal to symbol Fop 1.0

2013-09-12 Thread Luis Bernardo
Try to configure a fall back font that has the glyph. Then Arial is still used everywhere but for those glyphs. On Thu, Sep 12, 2013 at 1:22 PM, Bonekrusher wrote: > Thanks Glenn, > > Unfortunately my customer requires arial as the font. Is there another > work-around? > > > > -- > View this me

Re: Greater than or Equal to symbol Fop 1.0

2013-09-12 Thread Bonekrusher
Thanks Glenn, Unfortunately my customer requires arial as the font. Is there another work-around? -- View this message in context: http://apache-fop.1065347.n5.nabble.com/Greater-than-or-Equal-to-symbol-Fop-1-0-tp39197p39199.html Sent from the FOP - Users mailing list archive at Nabble.com. -

Re: Greater than or Equal to symbol Fop 1.0

2013-09-12 Thread Glenn Adams
change to a font that contains glyphs for the desired characters On Thu, Sep 12, 2013 at 1:06 PM, Bonekrusher wrote: > Hi, > > I want to output the Greater than or Equal (≥) and Less than or equal (≤) > to > symbols in Fop 1.0. But the output displays as #. > > I have tried: > > ≥ > ≥ > ≥ > ≥ >

Greater than or Equal to symbol Fop 1.0

2013-09-12 Thread Bonekrusher
Hi, I want to output the Greater than or Equal (≥) and Less than or equal (≤) to symbols in Fop 1.0. But the output displays as #. I have tried: ≥ ≥ ≥ ≥ Any suggestions to get this to output correctly in 1.0. In works in 1.1, but my project is in 1.0. Also my xml in encoded "UTF-8". -- Vi