works well in old webpy
in new webpy it doesnt work
hasnt been fixed
http://dev:8080/s?q=½Ò¿ªÖйúÉæÍâ½ðÈÚÀûÒæ¼¯ÍÅ
Traceback (most recent call last):
File "/home/mark/work/common/web/wsgiserver/__init__.py", line 987,
in communicate
req.respond()
File "/home/mark/work/common/web/wsgiserver/__init__.py", line 543, in respond
self._respond()
File "/home/mark/work/common/web/wsgiserver/__init__.py", line 555,
in _respond
response = self.wsgi_app(self.environ, self.start_response)
File "/home/mark/work/common/web/httpserver.py", line 200, in __call__
return self.app(environ, xstart_response)
File
"/usr/lib/python2.5/site-packages/Beaker-0.9.2-py2.5.egg/beaker/middleware.py",
line 146, in __call__
response = self.wrap_app(environ, session_start_response)
File "/home/mark/work/common/web/application.py", line 204, in wsgi
self.load(env)
File "/home/mark/work/common/web/application.py", line 323, in load
ctx[k] = safeunicode(v)
File "/home/mark/work/common/web/utils.py", line 225, in safeunicode
return obj.decode(encoding)
File "/usr/lib/python2.5/encodings/utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xbd in position 5:
unexpected code byte
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---