this depends on the charset of your database/table

>reply to message:
>date: 08.08.2010 07:45:06
>from: "finn" <finngruwierlar...@gmail.com>
>to: "Django users" <django-users@googlegroups.com>
>subject: 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-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.
>

-- 
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.

Reply via email to