On 8/7/06, Niran Babalola <[EMAIL PROTECTED]> wrote: > > "UnicodeEncodeError: 'latin-1' codec can't encode characters in > position 75-76: ordinal not in range(256)"
This indicates your default database connection character set is latin1. You can change this in your server configuration, or you can change it as a connect(charset="utf8") option in MySQLdb-1.2.1. Most likely you'll have to hack on django.db.backends.mysql.base to set it with the client. -- The Pythonic Principle: Python works the way it does because if it didn't, it wouldn't be Python. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---