Re: form encoding UTF-8 / ISO-8859-1

2003-01-17 Thread CARLETTA ANGELO
our problem. > Another word of caution is the java.net.URLEncoder class that > doesn't play nice with UTF-8 in pre 1.4 jdk version. > Artur... >>-Original Message- >>From: Murad Jura [mailto:[EMAIL PROTECTED]] >>Sent: January 16, 2003 6:55 AM >>To: [E

Re: form encoding UTF-8 / ISO-8859-1

2003-01-17 Thread Murad Jura
12:21:46 +0500 Subject: Re: form encoding UTF-8 / ISO-8859-1 Artur Bialecki wrote: I looked at the javadoc for java.lang package (jdk1.3.1) and java.nio.charset.Charset (jdk1.4.1) and it looks like the UTF-8 is the correct name. I have a feeling setting the container encoding to ISO-8859-1 is

Re: form encoding UTF-8 / ISO-8859-1

2003-01-16 Thread Murad Jura
java.net.URLEncoder class that doesn't play nice with UTF-8 in pre 1.4 jdk version. Artur... -Original Message- From: Murad Jura [mailto:[EMAIL PROTECTED]] Sent: January 16, 2003 6:55 AM To: [EMAIL PROTECTED] Subject: Re: form encoding UTF-8 / ISO-8859-1 Martin Koeppe wrote: Hello,

RE: form encoding UTF-8 / ISO-8859-1

2003-01-16 Thread Artur Bialecki
that doesn't play nice with UTF-8 in pre 1.4 jdk version. Artur... > -Original Message- > From: Murad Jura [mailto:[EMAIL PROTECTED]] > Sent: January 16, 2003 6:55 AM > To: [EMAIL PROTECTED] > Subject: Re: form encoding UTF-8 / ISO-8859-1 > > > Martin Koeppe w

Re: form encoding UTF-8 / ISO-8859-1

2003-01-16 Thread Murad Jura
Martin Koeppe wrote: Hello, I'm using a recent developer version of cocoon 2.1 (Jan 9 2003), tomcat 4.1.12 on SuSE Linux 8.0 Kernel 2.4.20, and I found a problem with parsing the request parameters from a GET request: The browser (both Mozilla and IE) sends them as UTF-8, but cocoon interprets t

Re: form encoding UTF-8 / ISO-8859-1

2003-01-14 Thread Joerg Heinicke
Hello Martin, we solved it simply by changing the output encoding of the files to ISO-8859-1. The browsers send their requests in the document encoding. Maybe this is a simple solution for you too. Regards, Joerg Martin Koeppe wrote: Hello, I'm using a recent developer version of cocoon 2.1

form encoding UTF-8 / ISO-8859-1

2003-01-13 Thread Martin Koeppe
Hello, I'm using a recent developer version of cocoon 2.1 (Jan 9 2003), tomcat 4.1.12 on SuSE Linux 8.0 Kernel 2.4.20, and I found a problem with parsing the request parameters from a GET request: The browser (both Mozilla and IE) sends them as UTF-8, but cocoon interprets them as ISO-8859-1. Th