2010/7/12 Alessandro Ronchi <alessandro.ron...@soasi.com>: > I want django to return μ instead of the html enscaped form μ in my > views, because I need it to return a reportlab template wich doesn't handle > the escaped version. > I already have an unicode template and unicode output, so I only those > characters not to convert to their HTML version.
Isn't this simply the matter of running it through the template tag "safe"? {{ your_output_string|safe }} should output the unicode data verbatim. > > Is it possible? > How? > > Thanks in advance, > -- > Alessandro Ronchi > http://www.soasi.com > > Hobby & Giochi > http://hobbygiochi.com > http://www.facebook.com/hobbygiochi > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-us...@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > Best regards Martin Melin -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.