Re: Insensitivity of filtering to stressed chars

2009-04-23 Thread Karen Tracey
On Fri, Apr 24, 2009 at 12:24 AM, space0x42 wrote: > > HI all > > This is puzzling me: > django 1.0 with a mysql database, innodb engine, database created with > "character set utf8 collate utf8_general_ci." > > Filtering by object name is insensitive to stressed chars! > > EntityType.objects.get(

Insensitivity of filtering to stressed chars

2009-04-23 Thread space0x42
HI all This is puzzling me: django 1.0 with a mysql database, innodb engine, database created with "character set utf8 collate utf8_general_ci." Filtering by object name is insensitive to stressed chars! EntityType.objects.get(name='sven') returns the same object of EntityType.objects.get(name=