Monday, November 29, 2010

Re: umlaut

Yes I think a template filter is the right approach.  You could always define a custom template tag.  I've had to do this before to display currency information multinationally before.

Brian

On Mon, Nov 29, 2010 at 8:20 AM, Thomas Rega <thoreg@googlemail.com> wrote:
Hi,

is there a recommended way to deal with German 'umlauts' (like ü.ö.etc.)

I was lookingfor some kind of template filter but without success :(

The data is stored as utf-8 format. What I am looking for is an
automatic transformation into '&uuml;, &ouml; etc.

Is such a template filter the right approach?

Is there a recommended way to do that?

many thanks in advance

TR

--
--- http://thoreg.org/ ---

--
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 django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.




--
Brian Bouterse
ITng Services

--
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 django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment