[Templates] Plugins and Unicode confusion

Bernhard Graf tt@augensalat.de
Fri, 17 Feb 2006 10:20:45 +0100


Tatsuhiko Miyagawa wrote:

> No, i mean try this:
>
>  [% USE date(locale =3D 'de_DE.UTF-8', format =3D '%B') -%]
>  N=E4chster Monat: [% date.format('00:00:00 01-03-2006') %]
>
> instead of just 'de_DE' in your template.
>
> Because your $LANG has .UTF-8, your command line just works. However,
> your template specifies it just "de_DE", which defaults to latin-1,
> at least it looks like.

Bingo! That works fine. Thank you!
=2D-=20
Bernhard Graf