From: Everton L. B. <ev...@fa...> - 2004-03-10 13:56:30
|
The line #5 of dump at my XML is: <literal width=3D"22" align=3D"center">REGISTRO DE FREQ=DC=CANCIA</litera= l> ^^ I found the problem, is the same that occurs 3 months ago with Bob.. ISO-8859-1 special chars does not appears at pdf or causes a 'Nuts we=20 crashed' error. Ask Bob for solution. If i change the line to : <literal width=3D"22" align=3D"center">REGISTRO DE FREQUENCIA</literal> ^^ the report is built, but others iso-8859-1 special chars appears wrong. I tried to put the "rlib_set_output_encoding($rlib, 'ISO-8859-1')" at my=20 php file and the error persists. --=20 Everton Luis Berz Nucleo de Sistemas :: FACCAT - Faculdades de Taquara +55 51 541 6600 - R.647 ICQ 7807919 Chet Heilman wrote: > Hi Everton, >=20 > Do you have a rlib.log file for when this happens? Also, if you can=20 > identify where in your XML the text in line #5 of the dump is output,=20 > I'd like to see a snippet of that rlib XML. It was attempting to=20 > align=3D"center" in a field/literal as far as I can see, but it works f= ine=20 > when I do it. >=20 >=20 > Chet >=20 |