On Jul 27, 10:26 am, Robert <rober...@gmail.com> wrote: > Hi, > > For phrase "POLAŃSKI" I cannot get results when posting "polań" in my > search form. > > I'm using the 1.2.1. Django version on PostgreSQL 8.3 with both > (SQL_ASCII) and UTF8 encoding. In my settings DEFAULT_CHARSET is set > for UTF8. > > After debugging it looks like PostgreSQL can't do the UPPER() > properly. > > Is there any chance I can get that working ? > > Thanks, > Robert
I don't know Postgres at all, but generally in a database the thing that determines what characters match and how upper-casing works is the collation, not the character set. Try looking in the PG documentation for that. -- DR. -- 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.