hironobu wrote:
> nkeric wrote:
>>> I guess it should be something reated to mysql's internal encoding?
>>> AFAIK, you will need to specified mysql's encoding to utf-8 before
>>> using it :)
>> - since mysql version >= 5.0 :)
> 
> Thank you.
> 
> MySQL version is 4.1, so it may differ a little from your guess,
> but this is really important checkpoint.  I'll try to check again.
> 
> 
> > 

MySQL 4.1 Can do Unicode but by default it uses latin_swedish_ci so
hopefully it will be as easy as changing the character set of the table.
For reference I found:
http://dev.mysql.com/tech-resources/articles/4.1/unicode.html Might help
some.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to