yep, i posted about this problem some days ago, with no reply.
obviously a bug in the connector, which (by mistake) expects
a Unicode-Charset.
*stefan
-----Urspr�ngliche Nachricht-----
Von: Andreas Schlegel [mailto:[EMAIL PROTECTED]]
Gesendet: Donnerstag, 26. April 2001 11:57
An: [EMAIL PROTECTED]
Betreff: Charset Problem?
Hi,
does anyone know this problem. Having an HTML form the user may type
words like 'K�ln' (� -> special german character). In one case the
server receives the parameter 'K�ln', in the other case it receives only
'K'.
On the other hand the server has no problem to build + send HTML pages
that contain words like 'K�ln'.
The Browser is always the same (i.e. Opera 5.0, IE 4.0).
The application is the same.
Could it be a charset problem? But I think by default, a server parses
parameters using the common Latin-1 (ISO 8859-1) charset. That works for
Western European languages.
Works::
Configuration: Tomcat 3.2.1, MS-SQL 7, NT 4, runing in intranet
Doesn't work:
Configuration: Tomcat 3.2.1 as in-process addon with IIS 4, MS-SQL 7, NT
4, runing in internet
Greetings,
Andreas