On 24 Nov, 16:34, "Anand Chitipothu" <[EMAIL PROTECTED]> wrote:
> > Ok, now it works. If you want you can update the '0.2 -> 0.3 upgrade
> > guide' to state that now "web.input() returns unicode values." :)
>
> Done!
A note: you should also state that any variable in web.ctx.env and
'myvar' in
def GET(self, myvar = ""):
return myvar
are now unicode. It seems that _unicode=False only overrides
web.input ... or not ?
tnx for your work
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---