Umlaut problem

2008-08-19 Thread Juerg Meier
Hi all, This problem is driving me nuts... I don't get UTF-8 Umlaute correctly into the JCR. I double-checked everything to ensure the page is *really* UTF-8, and lately I discovered the thing with the hidden "FormEncoding" parameter. But instead of getting a clean 'ü', I still get something lik

Re: Umlaut problem

2008-08-19 Thread Tobias Bocanegra
hi, the FormEncoding parameter was renamed to _charset_ (see [0]): so: should do the trick. regards, toby [0] https://issues.apache.org/jira/browse/SLING-298 On 8/19/08, Juerg Meier <[EMAIL PROTECTED]> wrote: > Hi all, > > This problem is driving me nuts... > > I don't get UTF-8 Umlaute cor

Re: Umlaut problem

2008-08-20 Thread Juerg Meier
Hi Tobias, _charset_ was good, though it did not do the job entirely. I was pretty disappointed when I still had the klingon characters on my screen... But I tried several things, among others setting the form's enctype to multipart/form-data. Then, there were there... finally! Thanks so much fo

Re: Umlaut problem

2008-08-20 Thread Felix Meschberger
Hi Jürg, Great that it works. Just let me add that non-ASCII character support seems to be a really tough topic. As you write the best results may be obtained by using POST requests and with multipart/form-data because multipart/form-data parsing is controlled by Sling while parsing of url en

Re: Umlaut problem

2008-08-21 Thread Juerg Meier
Hi Felix, I am working again CRX-quickstart 1.4.0, so that's Jetty based (you'd know the exact version). I have not noticed differences among browsers. Firefox 1.5 (Linux) and 2.0 (win), IE 6 & 7 all behaved the same... both, in yielding wrong results at first place, and correct ones after improv

Re: Umlaut problem

2008-08-21 Thread Felix Meschberger
Hi Jürg, Juerg Meier schrieb: Hi Felix, I am working again CRX-quickstart 1.4.0, so that's Jetty based (you'd know the exact version). IIRC CRX-quickstart is not Jetty based but based on Day's own servlet container (known as Day Servlet Endine or CQSE). I have not noticed differences amo

Re: Umlaut problem

2008-08-26 Thread Felix Meschberger
Hi, I tested your sample form with the latest trunk of the Engine bundle (this corresponds to the sling.core bundle contained in the JCR Cup downloadable) does not exhibit this problem anymore. We will soon create releases of the main bundles which have been updated since the first release.