On Tue, Jul 15, 2008 at 12:22 PM, Fernando Rodríguez <[EMAIL PROTECTED]> wrote:
>
> El mar, 15-07-2008 a las 12:25 -0400, Ned Batchelder escribió:
>
>> You're misunderstanding the role of the escape filter.  It isn't meant
>> to create HTML entities for accented characters.  All it does is escape
>> characters that could be dangerous for XSS attacks (" ' < > &).   And by
>> the way, in the latest code, escaping is automatic, so you may not need
>> it at all.
>
> OK, thanks. That makes sense.
>
> However, I still need to convert those accented character into html
> entities. Is there any pre-built filter for this?  I checked the
> refrence in "The definitive guide to django" but saw none.

(I assumed you wanted to escape the characters < > & " ' in your
flatpages for some reason, but that doesn't seem to be the case.)

Why do you need to use HTML entities for accented characters?  What is
the problem you're trying to solve?


Arien

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