Re: problems with unicode in website

2006-08-27 Thread Andy Dustman
On 8/26/06, Eugene Pyvovarov <[EMAIL PROTECTED]> wrote: > > thanks. when i change collation to utf8_unicode_ci; - all begin to work > fine. MySQLdb-1.2.2b1 is up on Sourceforge, and it should also fix this even for the binary collation case, plus some other bugs. You should also be able to instal

Re: problems with unicode in website

2006-08-26 Thread Eugene Pyvovarov
thanks. when i change collation to utf8_unicode_ci; - all begin to work fine. --~--~-~--~~~---~--~~ 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

Re: problems with unicode in website

2006-08-26 Thread Andy Dustman
On 8/26/06, Eugene Pyvovarov <[EMAIL PROTECTED]> wrote: > > hello everybody. I'm new in django... just want to create base apps > from tutorial on djangoproject website. > I am using mysql 4.1 and python 2.4, django from svn > When I create database in iso-8859-1 - all stuff working good, but when