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

2003-06-05 Thread Yan, Charlene
] 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 ?xml version=1.0 encoding=ISO-8859-1? at the top of the default xml and change Order Id to be Gérer, the next html

RE: jfor encoding problem

2003-06-04 Thread Yan, Charlene
To: [EMAIL PROTECTED] Cc: Yan, Charlene Subject: 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

FW: jfor encoding problem

2003-06-04 Thread Yan, Charlene
To: [EMAIL PROTECTED] Cc: Yan, Charlene Subject: 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

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 ?xml version=1.0 encoding=ISO-8859-1? at the top of the default xml and change Order Id to be Gérer, the next html page will display OrderIDGérer /OrderID as Order Id This has

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.

RE: jfor encoding problem

2003-06-03 Thread Conal Tuohy
an encoding declaration to the start of the file. e.g. ?xml version=1.0 encoding=ISO-8859-1? 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 trying

RE: jfor encoding problem

2003-06-03 Thread Yan, Charlene
: 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 it actually uses ISO-8859

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

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