Re: Mysql and utf8

2009-06-18 Thread Vitaly Babiy
Thanks Ramiro Vitaly Babiy On Thu, Jun 18, 2009 at 3:08 PM, Ramiro Morales wrote: > > On Thu, Jun 18, 2009 at 4:01 PM, Vitaly Babiy wrote: > > Is there a way to tell django with a setting to include the character-set > on > > the create of tables? > > This (the whole thread topic) is one of th

Re: Mysql and utf8

2009-06-18 Thread Ramiro Morales
On Thu, Jun 18, 2009 at 4:01 PM, Vitaly Babiy wrote: > Is there a way to tell django with a setting to include the character-set on > the create of tables? This (the whole thread topic) is one of the many topics covered by the profuse MySQL-specific notes that are part of the Django documentation

Re: Mysql and utf8

2009-06-18 Thread Vitaly Babiy
Is there a way to tell django with a setting to include the character-set on the create of tables? Vitaly Babiy On Thu, Jun 18, 2009 at 2:18 PM, Karen Tracey wrote: > On Thu, Jun 18, 2009 at 2:06 PM, Vitaly Babiy wrote: > >> I am using MySQL. >> >> Sorry I should have mentioned it in the body

Re: Mysql and utf8

2009-06-18 Thread Karen Tracey
On Thu, Jun 18, 2009 at 2:06 PM, Vitaly Babiy wrote: > I am using MySQL. > > Sorry I should have mentioned it in the body not only in the subject. > Yeah, sorry I tend to be blind to subjects. You can configure your server to use utf8 by default by including: default-character-set=utf8 somewh

Re: Mysql and utf8

2009-06-18 Thread Vitaly Babiy
I am using MySQL. Sorry I should have mentioned it in the body not only in the subject. Thanks Vitaly Babiy On Thu, Jun 18, 2009 at 1:46 PM, Karen Tracey wrote: > On Thu, Jun 18, 2009 at 1:44 PM, Vitaly Babiy wrote: > >> Hey All, >> How can I have django create the tables that are utf8 encod

Re: Mysql and utf8

2009-06-18 Thread Karen Tracey
On Thu, Jun 18, 2009 at 1:44 PM, Vitaly Babiy wrote: > Hey All, > How can I have django create the tables that are utf8 encoding. > What database are you using? Without knowing that it's going to be rather hard to help you. Karen --~--~-~--~~~---~--~~ You recei

Mysql and utf8

2009-06-18 Thread Vitaly Babiy
Hey All, How can I have django create the tables that are utf8 encoding. Thanks, Vitaly Babiy --~--~-~--~~~---~--~~ 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@go