#9510: admin console CRUD operation reject unicode charactors
-----------------------------------------------+----------------------------
          Reporter:  [EMAIL PROTECTED]  |         Owner:  nobody             
            Status:  closed                    |     Milestone:  post-1.0       
    
         Component:  django.contrib.admin      |       Version:  1.0            
    
        Resolution:  invalid                   |      Keywords:  admin Chinese 
error
             Stage:  Unreviewed                |     Has_patch:  0              
    
        Needs_docs:  0                         |   Needs_tests:  0              
    
Needs_better_patch:  0                         |  
-----------------------------------------------+----------------------------
Changes (by kmtracey):

  * status:  new => closed
  * needs_better_patch:  => 0
  * resolution:  => invalid
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 Please take this to the django-users mailing list.  The problem you are
 having is a database configuration issue, not a Django bug.  Django
 handles Chinese characters just fine, the error you are getting is because
 your database table is using a character set that has no representation
 for these characters.  I do not believe the command you issued to change
 the table charset worked; if you give details of exactly what command you
 issued someone on django-users may be able to provide the right one to
 truly convert the table columns to utf8.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/9510#comment:1>
Django <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