2011/5/10 Ken <[email protected]>: > public_title = '开源项目/开源软件' # Chinese word... > title = project.name + ' - ' + category.name + ' - ' + public_title > return render.project.view(title, ...) > it returns: <type 'exceptions.UnicodeDecodeError'> > if I make it u like this: public_title = u'开源项目/开源软件', it works. > and the problem been fixed ? is it webpy's problem or python's?
What is the version of web.py that you are using? Did you try the same with web.py trunk? -- 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.
