hugo wrote:
I think that Django should support(use only) python unicode strings.
Since the work needed would be a bit involved (not the actual work, I
think, but finding and fixing all relevant places), I set up a wiki
page to collect places and procedures regarding unicodefication.
I think that Django should support(use only) python unicode strings.
http://code.djangoproject.com/wiki/UnicodeInDjango
is there a list somewhere of things that do not work correctly because
of the unicode-problems?
i understand that django's architecture should use unicode because it's
the better way, but from the "outside"... what functionality is not
working fine with non-english characters?
to simplify my question:
let's say i use postgresql with an utf8 database.
i also use utf8 for my webpages.
is there anything that does not work?
thanks,
gabor