> > Hey fellow Djangorians, > > > > I've got an encoding problem with the latest checkout of Django. I > > just upgraded, on Mac OS X, from 0.96 over to the current SVN trunk. > > The migration worked well except for the fact that when I create an > > entry with the admin interface that makes use of an Icelandic > > character (like eth; \u00F0), editing the entry will yield the > > following traceback: > > Just a short answer: Use UTF-8 whereever possible. It saved me valuable time. Encodings are really a mess.
Bülent --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

