>I would also check character sets in "show create table" in both environments.
output of both create table statements are equal
both are tables are utf-8, collatetion utf8_general_ci

>show variables like 'character_set_%'
on my dev-system:
character_set_database => latin1

on production:
character_set_database => utf-8


my testsystem is the one that works. 
Does the above have any influence on my requests, as both tables are utf-8? 
Can I fix it using a config entry in django?


regards

Henrik

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to