Re: Encodings outside of utf-8

2009-06-17 Thread Malcolm Tredinnick
On Wed, 2009-06-17 at 15:54 -0500, Jeremy Dunck wrote: > On Wed, Jun 17, 2009 at 3:50 PM, ccahoon wrote: > ... > > > > Does anyone have a use-case they could share with me? > > > > I hear Malcolm's hovercraft is full of eels. For those wondering if Jeremy might have lost his mind (well, that's a

Re: Encodings outside of utf-8

2009-06-17 Thread Jeremy Dunck
On Wed, Jun 17, 2009 at 3:50 PM, ccahoon wrote: ... > > Does anyone have a use-case they could share with me? > I hear Malcolm's hovercraft is full of eels. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django de

Encodings outside of utf-8

2009-06-17 Thread ccahoon
If you take a look at my branch, you will see I have a feature in progress that takes both the Accept-Charset header (provided that the view passes along the request) and the Content-Type (which must be provided in the view) into account. http://code.djangoproject.com/browser/django/branches/soc2