I have the following problem, I have made a template filter that process a
string, but when the string that is passed to the filter has a non-ascii
character then I received that string in the filter codified, how can I
decode the string ???
For instance: in the template html I have the following code:
{{object.name|tag_process}}
But the name = "español" , the character ñ'' it is pass to the tag_process
filter as C3%B1, then the string I received in the tag_process function is
espaC3%B1ol instead of 'español', How can I solved that ???
Please I need you help.
Regards
Ariel
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
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.