#4885: non-ASCII UTF-8 characters in messages on admin pages are displayed
incorrectly
-------------------------+--------------------------------------------------
Reporter: anonymous | Owner: adrian
Status: new | Component: Admin interface
Version: SVN | Resolution:
Keywords: | Stage: Unreviewed
Has_patch: 0 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
-------------------------+--------------------------------------------------
Comment (by mtredinnick):
What version of Python are you using and what checkout of Django are you
using (run "svn info" to work out the latter)?
This problem doesn't occur for me, so there's something special about your
setup. Have a look in the django_admin_log table in the MySQL database and
see if the data is stored there correctly. Also look at the results of
{{{
show variables like 'character_set%';
}}}
in MySQL and check that character_set_database looks correct (utf8 is a
good value).
--
Ticket URL: <http://code.djangoproject.com/ticket/4885#comment:2>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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-updates?hl=en
-~----------~----~----~----~------~----~------~--~---