Hi Folks,
I have a django site which is against a postgres database which is UTF8.
I have a large droplist with international names in, and it doesn't
appear to be sorting correctly.
The list contains Ingvar Mæland and Børre Børresen. I'm told that the
Norwegian sort order should be X Y Z Æ Ø Å. That's not what I'm seeing
- I think it's just sorting them as A's.
I found Ingvar Mæland in the place I would expect to find Maland
I found Børre Børresen in the place I would expect to find Barresen
LANGUAGE_CODE = 'en-gb', in settings.py.
Does anyone know what I've missed?
Thanks,
Tim.
--
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+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.