AW: How to suppress implicit conversions when spliiting up the query string into parameters

2006-06-30 Thread KHZ (SAW)
users@tomcat.apache.org' Betreff: How to suppress implicit conversions when spliiting up the query string into parameters Hi world. We’ve severe problems if a URL contains an umlaut. For URL usage we encode strings using UTF-8, i.e. “ü” (which would be ü in HTML) can be viewed as “%c3%bc”. G

Re: How to suppress implicit conversions when spliiting up the query string into parameters

2006-06-29 Thread Hassan Schroeder
On 6/29/06, KHZ (SAW) <[EMAIL PROTECTED]> wrote: We've severe problems if a URL contains an umlaut. For URL usage we encode strings using UTF-8, i.e. "ü" (which would be ü in HTML) can be viewed as "%c3%bc". Getting the request parameter I'ld expect the same string. But we see 2 characters. Obvi

How to suppress implicit conversions when spliiting up the query string into parameters

2006-06-29 Thread KHZ (SAW)
Hi world. We’ve severe problems if a URL contains an umlaut. For URL usage we encode strings using UTF-8, i.e. “ü” (which would be ü in HTML) can be viewed as “%c3%bc”. Getting the request parameter I’ld expect the same string. But we see 2 characters. Obviously it’s interpreted as ISO8859-1 and