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
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
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
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
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
-
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
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
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
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