Hi, > So, what's stopping Django from switching to unicode? Is someone working on > it? And finally, what should I do to see my sweet Django fully > unicode-aware? :)
Well, as a start, take a look at the impact analysis page at http://code.djangoproject.com/wiki/UnicodeInDjango and contribute updates to that list with regard to m-r. :) I started on collecting that stuff to see what would actually have to be done for unicodefication of Django, but due to other work related projects that didn't include Django stuff, I am a bit out of the loop. The problem with unicodefication is, it will most definitely be not backward compatible in all circumstances, so it really would be a good idea to have a list of things that are affected by it. bye, Georg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers -~----------~----~----~----~------~----~------~--~---
