On Sun, Oct 12, 2008 at 9:56 AM, felix <[EMAIL PROTECTED]> wrote:

> but what does the unittest runner do ?? (since it creates its own
> database)
>
> it also creates a latin1 db:
>
> CREATE TABLE `website_releasefeedback` (
> ...
> ) ENGINE=MyISAM DEFAULT CHARSET=latin1
>

Use this setting:

http://docs.djangoproject.com/en/dev/ref/settings/#test-database-charset

to set the character set for the database.

I wonder if django should create all tables with UTF-8 regardless of
> how the db is configured.
>

I don't think so.

Karen

--~--~---------~--~----~------------~-------~--~----~
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