Re: encoding of url appended values in WORedirect
Re: encoding of url appended values in WORedirect
- Subject: Re: encoding of url appended values in WORedirect
- From: "Cheong Hee (Gmail)" <email@hidden>
- Date: Wed, 16 Sep 2009 11:30:55 +0800
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ünchen"
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden