Re: BUG: template.NodeList and non-ascii data

2006-11-07 Thread Max Derkachev
Filled as #2996 Regards, Max --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send

BUG: template.NodeList and non-ascii data

2006-11-01 Thread Max Derkachev
code.djangoproject.com's Trac rejected my ticket as supposed spam, so I'll try to fill it here: template.Nodelist.render raised an exception in return ''.join(bits) UnicodeDecodeError : 'ascii' codec can't decode byte 0xd1 in position 3128: ordinal not in range(128) The problem was that the c