RE: jfor encoding problem (POST encoding problem, indeed)

2003-06-04 Thread Yan, Charlene
ECTED] Subject: Fwd: jfor encoding problem (POST encoding problem, indeed) Hi Charlene, > using the Orderpage example at > http://localhost:8080/cocoon/samples/stream/order. If you add version="1.0" encoding="ISO-8859-1"?> at the top of the default xml > and chang

Fwd: jfor encoding problem (POST encoding problem, indeed)

2003-06-04 Thread Bertrand Delacretaz
Hi Charlene, using the Orderpage example at http://localhost:8080/cocoon/samples/stream/order. If you add at the top of the default xml and change Order Id to be Gérer, the next html page will display Gérer as Order Id This has nothing to do with jfor - in your scenario, Cocoon's S

FW: jfor encoding problem

2003-06-04 Thread Yan, Charlene
bject: Re: jfor encoding problem Le Lundi, 2 juin 2003, à 21:51 Europe/Zurich, Yan, Charlene a écrit : > ... > I'm trying to display accented characters correctly using jfor. > However, when I try to run > http://localhost:8080/cocoon/samples/jfor/minimal.rtf, it gives the &g

RE: jfor encoding problem

2003-06-04 Thread Yan, Charlene
bject: Re: jfor encoding problem Le Lundi, 2 juin 2003, à 21:51 Europe/Zurich, Yan, Charlene a écrit : > ... > I'm trying to display accented characters correctly using jfor. > However, when I try to run > http://localhost:8080/cocoon/samples/jfor/minimal.rtf, it gives the &g

Re: jfor encoding problem

2003-06-03 Thread Bertrand Delacretaz
Le Mardi, 3 juin 2003, à 07:40 Europe/Zurich, Bertrand Delacretaz a écrit : ...Is the encoding declaration correct in your input XML? Sorry, didn't notice that this was answered already (but I had two other messages from the same person at my private address ;-) -Bertrand -

Re: jfor encoding problem

2003-06-03 Thread Bertrand Delacretaz
Le Lundi, 2 juin 2003, à 21:51 Europe/Zurich, Yan, Charlene a écrit : ... I'm trying to display accented characters correctly using jfor. However, when I try to run http://localhost:8080/cocoon/samples/jfor/minimal.rtf, it gives the following exception. I have put some French words such as "G

RE: jfor encoding problem

2003-06-03 Thread Yan, Charlene
MAIL PROTECTED] Sent: Monday, June 02, 2003 5:05 PM To: [EMAIL PROTECTED] Subject: RE: jfor encoding problem Charlene, it looks to me like your problem is not with jfor, but merely with parsing the XML source file. The parser thinks the French text is encoded as UTF-8, but my guess is that i

RE: jfor encoding problem

2003-06-03 Thread Conal Tuohy
encoding declaration to the start of the file. e.g. Cheers Con > -Original Message- > From: Yan, Charlene [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 3 June 2003 07:52 > To: [EMAIL PROTECTED] > Subject: jfor encoding problem > > > Hi everyone, > > I'm tr

jfor encoding problem

2003-06-03 Thread Yan, Charlene
Hi everyone, I'm trying to display accented characters correctly using jfor. However, when I try to run http://localhost:8080/cocoon/samples/jfor/minimal.rtf, it gives the following exception. I have put some French words such as "Gére" in the xml file. Looks like it is a parser issue. Anyo