I think you need to URL encode it. On 21 feb., 04:33, wm <[email protected]> wrote: > I need put some UTF string into the URL to be redirected, e.g.: > > str = 'some-UTF-str' > S.redirectTo("/foo?bar="+str) > > But after the redirection, in the browser address bar it > becomes:http://localhost:8080//foo?bar=??????? > > '???????' is the messed up UTF string. > > How can I fix this? thanks!
-- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
