Hi Susanne

Not sure if this could be of help. I suggest an alternative way that is not related to encoding. It may be possible to use Base64 encoding to convert "München" to a proper serialize printable string. In this case, you may avoid the encoding problem passing through url. This is just my idea and probably need to test it out if it works as expected.

Cheers

Cheong Hee

Problem:
If I add the name "München" to the url, the result is not encoded in
UTF-8 but seems to be encoded in ISO-8859-15. The redirect url (part) is:
"pidForm?token=90sEQBeHA33FlDLpALGqf0_0IAS&group=M%FCnchen"
Logging or display from the extracting direct action is: "M�nchen"

So, could anybody give me a hint where the set url is encoded into bytes
or how to set or retrieve it in the wanted encoding? In the rest of the
application the encoding seems to be ok, all pages are set to UTF-8 and
the normal form value handling has been no problem so far.

It is a bit frustrating to know what the problem is, but not to know
where and how to fix it.

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to