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 not in range(128)

In all my models I correctly encoded and quoted the URLs, I traced the
problem back to the request.path not being correctly quoted when it is
passed to the feed object.

There seems to be a bug or I'm doing something wrong, please help.
Thanks :)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to