Ivan Fedorov wrote:
I think that Django should support(use only) python unicode strings.
For example, at this time django can't capitalize russian strings, when
site charset is utf-8...
There is a patch fixing this bug in
http://code.djangoproject.com/ticket/924 waiting for... something? :-) Hugo?
As for entire unicodeization of Django: this is a whole another and
rather big thing (as discussed in the ticket). So the patch just fixes
template filters to work with input in whatever DEFAULT_CHARSET it is.