On Tue, 2008-10-14 at 06:12 -0700, zjffdu wrote: > but I found that I can not even store one Chinese word into the column > with 100 bytes capacity.
Since you've provided no example of what you're actually doing, or information about what database you're using, it's impossible for us to guess at what the problem might be. Django works correctly with all Unicode data, up to the limits of the database. Effectively, this means it works with all Unicode data you'll encounter in everyday life, including Chinese. So something is going wrong in your code. If you can provide a very simple example (a model with one field, for example) as well as say which database backend you're using and how you're trying to store the data, we might be able to help. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ 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 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 -~----------~----~----~----~------~----~------~--~---