Can I put unicode chars in a URL param value? If so… how? Right now,
in my URL params generated by Umlaut, Unicode seems to get corrupted. I
have a string with unicode in it–when sent to the browser, it displays
properly. But I put that string in a param value, and make a request,
and look at the value, and send it to the browser—now it no longer
displays correctly, the unicode char displays as two wrong chars.
Any ideas what’s going on, or how to deal with this? Thanks for any
advice.