On Tue, 2006-09-19 at 02:27 +0000, Pupeno wrote:
> Hello,
> I am using Django 0.95 and SimpleTAL for templating. SimpleTAL expects all 
> the 
> strings, it seems, to be unicode (something sane from my point of view). It 
> seems that some data from PostgreSQL extracted using Django classes is not in 
> Unicode

That's true. We aren't using unicode universally at the moment. There is
work in progress to fix this, but it has no completion date at the
moment.

>  and triggers this error:
[...]
> 
> Any ideas ?

Either use something other than SimpleTAL for now or start diving into
the source to track down all the places strings are extracted and
convert them to unicode.

Regards,
Malcolm


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

Reply via email to