thanks Aaron.
I am using the r.277 directly from Bazaar branches.
I kinda solved this problem by using "web. safestr()" to process the GET
parameters.
and added:
import sys
if sys.getdefaultencoding() != 'utf-8':
reload(sys)
sys.setdefaultencoding('utf-8')
above all.
On Wed, Sep 3, 2008 at 9:17 PM, Aaron Swartz <[EMAIL PROTECTED]> wrote:
>
> Which version of web.py are you using?
>
> >
>
--
-----------------------------------------------
Yours
Faithfully
Daniel Yang
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---