Re: utf-8 encoding not working with mysql

2010-08-17 Thread adam
Karen, Thank you very much. Our collation is set to utf8_bin, which was the source of the problem. Adam On Aug 17, 9:01 pm, Karen Tracey wrote: > 2010/8/17 adam > > > > > > > When I connect directly to mysql using the mysql client program, I see > > that my table contains utf-8 data. Here are th

Re: utf-8 encoding not working with mysql

2010-08-17 Thread Karen Tracey
2010/8/17 adam > When I connect directly to mysql using the mysql client program, I see > that my table contains utf-8 data. Here are the environment settings: > > mysql> SHOW VARIABLES LIKE '%character%'; > [snip] > > However, when I access my model through the django shell, I have > problems: >

utf-8 encoding not working with mysql

2010-08-17 Thread adam
When I connect directly to mysql using the mysql client program, I see that my table contains utf-8 data. Here are the environment settings: mysql> SHOW VARIABLES LIKE '%character%'; +-- +-+ | Variable_name| Value