From: Roddy G. P. S. <rp...@gm...> - 2005-02-28 21:42:45
|
i'm trying to setup the rlib_set_locale($rlib,"es_EC"); but nothing happend i write the reports in Spanish and there is a lot of accents and "tildes", i have redhat 9 i installed with the option utf8 disable, what i must do to use this special caracters.. -- roddy |
From: Bob D. <bd...@si...> - 2005-02-28 21:52:38
|
Problems from the datasource (mysql) or problems from the XML file? On Mon, 2005-02-28 at 16:42 -0500, Roddy G. Posada Santos wrote: > trying to setup the rlib_set_locale($rlib,"es_EC"); but nothing > happend i write the reports in Spanish and there is a lot of accents > and "tildes", i have redhat 9 i installed with the option utf8 > disable, what i must do to use this special caracters.. > > -- roddy -- Bob Doan <bd...@si...> |
From: Roddy G. P. S. <rp...@gm...> - 2005-02-28 22:24:33
|
Hi Bob, With the datasource everything is ok...but when i write things in the XML file to show in the report if this words have "tildes" i get weird things example: C=C3=B3digo ( C=F3digo) P=C3=A1gina : 1 (P=E1gina) Have you any idea ?? Thanks -- roddy On Mon, 28 Feb 2005 16:52:19 -0500, Bob Doan <bd...@si...> wrote: > Problems from the datasource (mysql) or problems from the XML file? >=20 > On Mon, 2005-02-28 at 16:42 -0500, Roddy G. Posada Santos wrote: > > trying to setup the rlib_set_locale($rlib,"es_EC"); but nothing > > happend i write the reports in Spanish and there is a lot of accents > > and "tildes", i have redhat 9 i installed with the option utf8 > > disable, what i must do to use this special caracters.. > > > > -- roddy > -- > Bob Doan <bd...@si...> >=20 > |
From: Bob D. <bd...@si...> - 2005-02-28 23:19:09
|
Hi, This was covered on the list before but... You need to have an encoding in XML that can handle that <?xml version="1.0" encoding="ISO-8859-1"?> The Local stuff is more for number formatting/ money formatting - bob On Mon, 2005-02-28 at 17:24 -0500, Roddy G. Posada Santos wrote: > Hi Bob, > With the datasource everything is ok...but when i write things in the > XML file to show in the report if this words have "tildes" i get weird > things example: > > Código ( Código) > Página : 1 (Página) > > Have you any idea ?? > > Thanks > > -- roddy > > On Mon, 28 Feb 2005 16:52:19 -0500, Bob Doan <bd...@si...> wrote: > > Problems from the datasource (mysql) or problems from the XML file? > > > > On Mon, 2005-02-28 at 16:42 -0500, Roddy G. Posada Santos wrote: > > > trying to setup the rlib_set_locale($rlib,"es_EC"); but nothing > > > happend i write the reports in Spanish and there is a lot of accents > > > and "tildes", i have redhat 9 i installed with the option utf8 > > > disable, what i must do to use this special caracters.. > > > > > > -- roddy > > -- > > Bob Doan <bd...@si...> > > > > -- Bob Doan <bd...@si...> |
From: Roddy G. P. S. <rp...@gm...> - 2005-03-01 04:17:57
|
Hi, Thanks Bob, i check the users-list and i try to change with a lot of encoding names i use "iconv -l" to see the names but nothing change, sometimes is worst, did you know anything else that i can change ....xml encoding is my problem because i i'm writing the reports in Spanish.... Thanks -- roddy On Mon, 28 Feb 2005 18:18:57 -0500, Bob Doan <bd...@si...> wrote: > Hi, >=20 > This was covered on the list before but... >=20 > You need to have an encoding in XML that can handle that >=20 > <?xml version=3D"1.0" encoding=3D"ISO-8859-1"?> >=20 > The Local stuff is more for number formatting/ money formatting >=20 > - bob >=20 > On Mon, 2005-02-28 at 17:24 -0500, Roddy G. Posada Santos wrote: > > Hi Bob, > > With the datasource everything is ok...but when i write things in the > > XML file to show in the report if this words have "tildes" i get weird > > things example: > > > > C=C3=B3digo ( C=F3digo) > > P=C3=A1gina : 1 (P=E1gina) > > > > Have you any idea ?? > > > > Thanks > > > > -- roddy > > > > On Mon, 28 Feb 2005 16:52:19 -0500, Bob Doan <bd...@si...> wrote= : > > > Problems from the datasource (mysql) or problems from the XML file? > > > > > > On Mon, 2005-02-28 at 16:42 -0500, Roddy G. Posada Santos wrote: > > > > trying to setup the rlib_set_locale($rlib,"es_EC"); but nothing > > > > happend i write the reports in Spanish and there is a lot of accent= s > > > > and "tildes", i have redhat 9 i installed with the option utf8 > > > > disable, what i must do to use this special caracters.. > > > > > > > > -- roddy > > > -- > > > Bob Doan <bd...@si...> > > > > > > > -- > Bob Doan <bd...@si...> >=20 > |
From: Bob D. <bd...@si...> - 2005-03-01 12:36:17
|
Can you send me one of the XML's? - bob On Mon, 2005-02-28 at 23:17 -0500, Roddy G. Posada Santos wrote: > Hi, > Thanks Bob, i check the users-list and i try to change with a lot of > encoding names > i use "iconv -l" to see the names but nothing change, sometimes is > worst, did you know anything else that i can change ....xml encoding > is my problem because i i'm writing the reports in Spanish.... > > Thanks > > -- roddy > > > On Mon, 28 Feb 2005 18:18:57 -0500, Bob Doan <bd...@si...> wrote: > > Hi, > > > > This was covered on the list before but... > > > > You need to have an encoding in XML that can handle that > > > > <?xml version="1.0" encoding="ISO-8859-1"?> > > > > The Local stuff is more for number formatting/ money formatting > > > > - bob > > > > On Mon, 2005-02-28 at 17:24 -0500, Roddy G. Posada Santos wrote: > > > Hi Bob, > > > With the datasource everything is ok...but when i write things in the > > > XML file to show in the report if this words have "tildes" i get weird > > > things example: > > > > > > Código ( Código) > > > Página : 1 (Página) > > > > > > Have you any idea ?? > > > > > > Thanks > > > > > > -- roddy > > > > > > On Mon, 28 Feb 2005 16:52:19 -0500, Bob Doan <bd...@si...> wrote: > > > > Problems from the datasource (mysql) or problems from the XML file? > > > > > > > > On Mon, 2005-02-28 at 16:42 -0500, Roddy G. Posada Santos wrote: > > > > > trying to setup the rlib_set_locale($rlib,"es_EC"); but nothing > > > > > happend i write the reports in Spanish and there is a lot of accents > > > > > and "tildes", i have redhat 9 i installed with the option utf8 > > > > > disable, what i must do to use this special caracters.. > > > > > > > > > > -- roddy > > > > -- > > > > Bob Doan <bd...@si...> > > > > > > > > > > -- > > Bob Doan <bd...@si...> > > > > -- Bob Doan <bd...@si...> |