That did it. Thanks.
On Jul 26, 11:56 am, "James Bennett" <[EMAIL PROTECTED]> wrote:
> On 7/26/07, vida <[EMAIL PROTECTED]> wrote:
>
> > As of 5764 (today, 1 AM) it still doesn't work.
>
> If your template files are in an encoding other than UTF-8, you'll
> also want to set the FILE_CHARSET setti
On 7/26/07, vida <[EMAIL PROTECTED]> wrote:
> As of 5764 (today, 1 AM) it still doesn't work.
If your template files are in an encoding other than UTF-8, you'll
also want to set the FILE_CHARSET setting to tell Django how to read
your templates:
http://www.djangoproject.com/documentation/setting
As of 5764 (today, 1 AM) it still doesn't work.
On Jul 26, 1:41 am, "James Bennett" <[EMAIL PROTECTED]> wrote:
> On 7/26/07, vida <[EMAIL PROTECTED]> wrote:
>
> > I get a UnicodeDecodedError if I try to include any of these acuted-
> > characters in my templates. It's fine if they come from the d
On 7/26/07, vida <[EMAIL PROTECTED]> wrote:
> I get a UnicodeDecodedError if I try to include any of these acuted-
> characters in my templates. It's fine if they come from the database
> (unicode) but not if they are part of the markup.
> >From what I read (and tried), changing settings.DEFAULT_C
I get a UnicodeDecodedError if I try to include any of these acuted-
characters in my templates. It's fine if they come from the database
(unicode) but not if they are part of the markup.
>From what I read (and tried), changing settings.DEFAULT_CHARSET and/or
settings.LANGUAGE_CODE doesn't/won't h
5 matches
Mail list logo