Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [birt-dev] BIRT report rendering


Rudi Welter wrote:
> 
> 1) I designed a simple test report. The report shows through my viewing
> code but, because I'm working on a French application, some characters are
> not displayed wel. the letter 'é' is displayed as 'é'. I know it's an
> encoding problem. If I preview the report in Eclipse, it's ok. If I use
> the IRunAndRenderTask and displays the report, it's wrong. I changed
> already two things (a) the html encoding from UTF-8 to ISO-8859-1 and (b)
> in the code I did put
> 
> context.getExternalContext().setRequestCharacterEncoding("ISO-8859-1");
> (context is a FacesContext).
> 
> the report contains :
> <cell id="13">
>   <text id="14">
>     <property name="contentType">html</property>
>     <text-property name="content"><![CDATA[<VALUE-OF>new
> Date()</VALUE-OF>]]></text-property>
>   </text>
> </cell>
> 
> which displays as '25 févr. 2010 14:33'
> 

Hi Rudy,

I have the same problem (your problem number 1) in my BIRT reports, could
you tell me please if did you solve it?

Bye,

Andrea.

-- 
View this message in context: http://old.nabble.com/BIRT-report-rendering-tp27714432p31646834.html
Sent from the Eclipse BIRT - Dev mailing list archive at Nabble.com.



Back to the top