Using FOP to generate french PDF document, having problem with œ character.
        Posted  
        
            by Gautham
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Gautham
        
        
        
        Published on 2009-09-08T00:53:15Z
        Indexed on 
            2010/05/27
            5:31 UTC
        
        
        Read the original article
        Hit count: 875
        
I am using iso-8859-15 encoding both in xml data and in the xslt style sheet. But when I try convert XML doc to FO document 'œ' does'nt show up it shows up as '?' Below is the example of the problem I am facing.
The xml data is as follows: Nous sommes sous l'emprise du Divin cœur de Celui que mon fils vénère par-dessus
in the fo file the same line is generated as :
--------Nous sommes sous l'emprise du Divin c?ur de Celui que mon fils vénère par-dessus
As you see all the other accents are getting generated fine except for the 'œ'character.
Any help is greatly appreciated. This one issue is holding up a project.
© Stack Overflow or respective owner