Yes I think a template filter is the right approach. You could always define a custom template tag<http://docs.djangoproject.com/en/dev/howto/custom-template-tags/>. 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 <[email protected]> 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 'ü, ö 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]<django-users%[email protected]> > . > 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 [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.

