Re: Special chars

2012-07-12 Thread clange
Yes its a font choice issue.

regards,
   C. Lange

--
View this message in context: 
http://apache-fop.1065347.n5.nabble.com/Special-chars-tp36314p36320.html
Sent from the FOP - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: Special chars

2012-07-12 Thread Glenn Adams
On Thu, Jul 12, 2012 at 6:19 AM, clange  wrote:

> With the ttf Verdana it works fine.
>

In that case, I will assume that your initial problem reported is a font
choice issue, and not a bug.


> --
> View this message in context:
> http://apache-fop.1065347.n5.nabble.com/Special-chars-tp36314p36316.html
> Sent from the FOP - Users mailing list archive at Nabble.com.
>


RE: Special chars

2012-07-12 Thread clange
Thanks.

With the ttf Verdana it works fine.

regards,
   C. Lange

--
View this message in context: 
http://apache-fop.1065347.n5.nabble.com/Special-chars-tp36314p36316.html
Sent from the FOP - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



RE: Special chars

2012-07-12 Thread Robert Meyer

Hi,

Are you sure those glyphs are in the fonts you are using specified in your 
xconf file? Do you get any warnings similar to the following?

WARNING: Glyph "ͧ" (0x367) not available in font "Helvetica".
WARNING: Glyph "ɩ" (0x269, iotalatin) not available in font "Helvetica".

If so I would double-check the fonts to confirm they contain the necessary 
characters, or use an alternate font.

Regards,

Robert Meyer

> Date: Thu, 12 Jul 2012 03:29:07 -0700
> From: [email protected]
> To: [email protected]
> Subject: Special chars
> 
> Hi FOP Users,
> 
> i have the FOP-Version fop-1.1rc1.
> 
> i have a problem with some special chars:
> 
> Š / Š is OK
> ů not OK there is a # in the PDF
> č not OK there is a # in the PDF
> 
> regards,
>C. Lange
> 
> --
> View this message in context: 
> http://apache-fop.1065347.n5.nabble.com/Special-chars-tp36314.html
> Sent from the FOP - Users mailing list archive at Nabble.com.
> 
> -
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 
  

RE: special Chars and Copy&Paste in PDF

2006-07-07 Thread Pascal Sancho
> -Original Message-
> From: Robert Blank [mailto:[EMAIL PROTECTED] 
> 
> i try to generate a PDF via FOP (0.20.5).
> I wanted to have special Chars like ϒ Ç&<≤>β® α in my PDF, 
> but only some work with Arial of the "Base-14 Fonts". So i 
> tried to generate a TrueType Font Metrics with FOP. If I use 
> "-enc ansi" while generating the metric file and embed it 
> into the PDF everything looks fine, but it is not possible to 
> copy any text form the PDF - I just get squares.
> If i do not use "-enc ansi" most special Chars are not 
> displayed the right way - just a # in PDF, but I can copy the text.
> 
> Is there a solution to get both working at the same time?

Hi Robert,
This is a known issue, still in FOP 0.92b.

See this Jeremias'answer about fixing it [1].

If it is not yet fixed in Trunk, the only workaround I can imagine is to use a 
type 1 font...
If it is, you should probaly either use TTFreader from trunk, or upgrade your 
FOP engine.

[1] http://marc.theaimsgroup.com/?l=fop-user&m=114534579131078&w=2

Pascal