Steve napisaĆ(a): > 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 (c) > character: > > <div id="footer">Copyright (c) 2006-2008 ...... </div> > > How do I get the (c) character translated correctly?
Use character entity © (apply the same to ®, ™ etc.). -- Jarek Zgoda Skype: jzgoda | GTalk: [EMAIL PROTECTED] | voice: +48228430101 "We read Knuth so you don't have to." (Tim Peters) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

