J. Cliff Dyer wrote: > On Thu, 2008-04-10 at 20:26 +0200, Gábor Farkas wrote: >> the point is,that in my opinion, 99% of all developers want to have >> their unicode-data normalized, before they process it. (maybe they >> don't know yet that they want it, but they want it :-) >> > > I'd say it's more like 70% of all developers. The other thirty percent > want their bits to pass through in an unmutilated condition.
please note, that if they want their bits, even now they have to use request.META['QUERY_STRING'] and request.raw_post_data (i wrote this from memory, so maybe the exact names are wrong), because request.GET and request.POST are already unicode-decoded. >> >> so, because the general case is the developer-does-not-care-about-it, >> we should make it easy to do in django. imho, of course. >> > > I agree, but it should also be reasonably straightforward to *not* do. of course. gabor --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
