> For a start, you can *never* return anything other than a bytestring
> from the __str__ method. You may think you're trying to return  
> unicode,
> but Python will always force it to have type "str". So even attempting
> to return unicode form __str__ is a bug in your code.

Yeah, it's clear, at least after all the UnicodeEncodeErrors.

> For many cases, that branch is usable at the moment, although you can
> see from the "todo" section that there is still a little work to  
> do. Try
> it out. Report bugs (prefix any bug ticket titles with "unicode:" so
> that they show up in searches).

I gave it a try after I wasn't able to get __str__() working with a  
UTF-8 encoded bytestring as James suggested. Looks fine so far --  
thank you for the good work.


--~--~---------~--~----~------------~-------~--~----~
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