Henrik Genssen wrote:
> I do have utf-8 problems again.
> My dev-system works, my stage system works, too - but production does not. And I do not see the error :-(
> As I think, it is a misconfiguration problem, do we have a checklist, what and where to search for or test?
> I have seen utf problems several times on the list - maybe such a checklist could help others, too?
>
> My problem is searching data with german umlaute using mysql backend - something like 'für' ('for' in english)
Compare the output of this SQL on dev and production systems:
show variables like 'character_set_%'
I would also check character sets in "show create table" in both environments.
--
Dmitry Dulepov
Twitter: http://twitter.com/dmitryd/
Web: http://dmitry-dulepov.com/
--
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 django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment