[EMAIL PROTECTED] wrote:
Aha, it just hit me. Post parameters are url encoded, so  all umlauts
get escaped. If you send as a parameter value something like that:

"Gr�ezi, Herr Thomas"

You gonna get this:

"Gr%C3%BCezi%2C%20Herr%20Thomas"

I hope you are aware of that

Oleg
And which encoding should be used when a string is URL encoded? ISO-8859-1, UTF-8? Can this be specified when setting the parameters?

Odi


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

Reply via email to