-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Zuban,

zuban wrote:
> how do I decode a request parameter?
> 
> like this on:
>  /.../EditUser.do?id=g%C3%BCltz
> 
> the value should be: "gültz"

[snip]

> But after that username equals "gültz" instead "gültz" ?

Your request character encoding does not match the encoding actually
used. The browser can be reasonably expected to send requests using the
same encoding as the last response it got. But, the browser often
doesn't provide the encoding in the HTTP header, so you might have to guess.

Search for "UTF-8" in the mailing list archives... this issue comes up
over and over and over again, and I'm sure you'll find good information
in those posts.

- -chris

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGQkz79CaO5/Lv0PARAgBhAJ9pbwkY7uF8EPen2wgPGoAK3LVp0ACfevEc
l3soPufpVm+0t33lbprb/Ao=
=aqXl
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to