You ([EMAIL PROTECTED]) wrote:
m> then I tried to ran the following SQL:
mysql>> insert into polls_poll (`question`, `pub_date`) values ('Ты
m> используешь Джанго?', NOW());
m> now it's displayed ok in the mysql client, but the admin interface
m> shows a different style garbled text instead:
m> Ты иÑпользуешь
m> Джанго?
m> which is
m> Ты используешь Джанго?
Here UTF-8 text has been treated as Latin1 and encoded again as UTF-8.
--
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---