Filtering and the letter å
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-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home