#3754: mysql charset no longer defaults to utf-8
--------------------------------------------------------+-------------------
   Reporter:  Florian Apolloner <[EMAIL PROTECTED]>  |                Owner:  
mtredinnick      
     Status:  new                                       |            Component: 
 Database wrapper 
    Version:  SVN                                       |           Resolution: 
                  
   Keywords:                                            |                Stage: 
 Ready for checkin
  Has_patch:  1                                         |           Needs_docs: 
 0                
Needs_tests:  0                                         |   Needs_better_patch: 
 0                
--------------------------------------------------------+-------------------
Changes (by [EMAIL PROTECTED]):

  * stage:  Accepted => Ready for checkin

Comment:

 Ehemm. '''Don't use the DEFAULT_CHARSET (second) patch! ''' (Sorry, that
 was a bad idea from me.)
 
 default charset for mysql is 'utf-8'. mysql only understands 'utf8'.
 'utf-8' breaks immediately:
 
 {{{
 mysql> set names 'utf-8';
 ERROR 1115 (42000): Unknown character set: 'utf-8'
 }}}
 
 So, no need for further discussions, the first patch is ready for checkin
 ;-)

-- 
Ticket URL: <http://code.djangoproject.com/ticket/3754#comment:14>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to