I am developing a web application for maintaining spellcheck dictionaries. I have noticed that when I filter database records like this:
words = Word.objects.filter(lemma='male') I'll also get 'måle' among the hits. This is also the case for its uppercase counterpart, Å. However, I don't get the same behaviour for other Scandinavian letters like ø/Ø. Could this be a bug? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.