Hi!

On 10 Oct 2006, at 13:39, coulix wrote:

>
> Thanks again, you show the right direction.
>
> On sqlite3 it is stored as "woot♥"
> On my dreamhost solution with mysql, it is stored as "woot?"
>
> MySQL client version: 5.0.16
> MySQL charset:  UTF-8 Unicode (utf8)

Did you forget to do
  mysql> SET NAMES 'UTF8";
when selecting in your client?

Cheers,
Geert

-- 
Geert Vanderkelen
http://some-abstract-type.com




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" 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-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to