Christophe Gadaix wrote:

>Fred gives me the solution :
>I used the UTF 8 encoding (<?xml version="1.0" encoding="UTF-8"?>). I've
>changed the encoding as following : <?xml version="1.0"
>encoding="iso-8859-1" ?> and it works !
>
Yes, I was just going to mail you the same answer ;-)

Anyway, I found another bug in that area:
If you have this with the right encoding:
<paragraph leading="14.0">è è é</paragraph>
no problem,

But if you have this:
<paragraph leading="14.0">&#232; &#232; &#233;</paragraph>
The spaces are 'eaten' away. I will try to solve this soon.

Bruno



-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to