0xA9 is the codepoint for the copyright symbol, but in UTF-8, characters
above 0x7F are not encoded with their codepoint value.  That means your
documents are probably encoded in ISO-8859-1 or ISO-8859-15.  So as per
Malcolm's advice, you should either re-save your templates in UTF-8, or
tell Django to expect ISO-8859-1 or -15, depending on your needs.

Cheers,
Cliff

On Tue, 2008-02-12 at 16:18 -0800, Steve wrote:
> Hi,
> I get this error:
> UnicodeDecodeError at / 'utf8' codec can't decode byte 0xa9 in
> position 1393: unexpected code byte
> The string that could not be encoded/decoded was: ight � 2006
> 
> The part of the static template it is complaining about is the ©
> character:
> 
> <div id="footer">Copyright © 2006-2008 ...... </div>
> 
> How do I get the © character translated correctly?
> 
> Thanks
> Steve
> > 


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to