Re: Feeds don't work with Unicode URLs

2007-07-06 Thread web-junkie
On Jul 6, 4:44 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Fri, 2007-07-06 at 07:25 -0700, web-junkie wrote: > > Thanks for your reply. I'll give more information: > > > # c:\django_src\django\core\handlers\base.py in get_response > > > 77. response = callback(request, *callback_args

Re: Feeds don't work with Unicode URLs

2007-07-06 Thread Malcolm Tredinnick
On Fri, 2007-07-06 at 07:25 -0700, web-junkie wrote: > Thanks for your reply. I'll give more information: > > # c:\django_src\django\core\handlers\base.py in get_response > > 77. response = callback(request, *callback_args, > **callback_kwargs) ... > > # c:\django_src\django\contrib\syndicat

Re: Feeds don't work with Unicode URLs

2007-07-06 Thread web-junkie
Thanks for your reply. I'll give more information: # c:\django_src\django\core\handlers\base.py in get_response 77. response = callback(request, *callback_args, **callback_kwargs) ... # c:\django_src\django\contrib\syndication\views.py in feed 19. feedgen = f(slug, request.path).get_feed(

Re: Feeds don't work with Unicode URLs

2007-07-06 Thread Malcolm Tredinnick
On Fri, 2007-07-06 at 06:51 -0700, web-junkie wrote: > Hi, I have a problem of getting my feeds to work with unicode URLs. > > File "/usr/local/lib/python2.4/site-packages/django/contrib/ > syndication/feeds.py", line 12, in add_domain >url = u'http://%s%s' % (domain, url) > > UnicodeDecode

Feeds don't work with Unicode URLs

2007-07-06 Thread web-junkie
Hi, I have a problem of getting my feeds to work with unicode URLs. File "/usr/local/lib/python2.4/site-packages/django/contrib/ syndication/feeds.py", line 12, in add_domain url = u'http://%s%s' % (domain, url) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 19: ordinal