thanks anand added let me see what effect is has on webpy unicode right now we r u sing
_unicode =False in the web.input On 2/25/09, Anand Chitipothu <[email protected]> wrote: > > > Try adding > > <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> > > to your html head. > > On Thu, Feb 26, 2009 at 12:43 AM, paul jobs <[email protected]> wrote: > > > > File "/home/mark/work/common/web/application.py", line 272, in wsgi > > self.load(env) > > File "/home/mark/work/common/web/application.py", line 368, in load > > ctx[k] = safeunicode(v) > > File "/home/mark/work/common/web/utils.py", line 231, in safeunicode > > return obj.decode(encoding) > > File "/usr/lib64/python2.5/encodings/utf_8.py", line 16, in decode > > return codecs.utf_8_decode(input, errors, True) > > UnicodeDecodeError: 'utf8' codec can't decode bytes in position 7-10: > > invalid data" while reading response header from upstream, client: > > 187.131.24.170, server: youfindr.com, request: "GET > > /s?q=niñas%20de%2010%20años%20teniendo%20sexo% &src=engineleads > HTTP/1.1", > > upstream: , host: " > > On 2/24/09, Anand Chitipothu <[email protected]> wrote: > >> > >> > File "/home/mark/work/common/web/http.py", line 158, in > profile_internal > >> > return out + ['<pre>' + net.websafe(result) + '</pre>'] > >> > TypeError: unsupported operand type(s) for +: 'itertools.chain' and > >> > 'list' > >> > >> Fixed. > >> > >> > >> > >> > >> -- > >> BidEgg - Worlds best low price Auction site > >> http://bidegg.com > >> > >> BidEgg - Worlds best low price Auction site > >> >> > > > > > > -- BidEgg - Worlds best low price Auction site http://bidegg.com BidEgg - Worlds best low price Auction site --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
