Re: problem with u'' in template

2009-08-24 Thread Gustavo Henrique
Sorry, I forgot about json. Solved! 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, sen

Re: problem with u'' in template

2009-08-24 Thread Daniel Roseman
On Aug 24, 4:00 pm, Gustavo Henrique wrote: > Hi! > I'm sending unicode string for template page, whitin a javascript > code, and I have a problem with the char u before string value. > For example: > > > {{ string|safe }} -->// {'fieldLabel': u'Cliente', 'name': u'cliente', > 'value': u''} > >