Re: Return unicode from template's render

2007-06-18 Thread Ivan Sagalaev
Malcolm Tredinnick wrote: > That sounds reasonable. Just was about to make a patch but saw your changeset implementing it. Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post

Re: Return unicode from template's render

2007-06-17 Thread Malcolm Tredinnick
On Sun, 2007-06-17 at 12:15 +0400, Ivan Sagalaev wrote: > Hello everyone (and Malcolm especially)! > > This is about template rendering in unicode branch. Template's render > now returns a byte string encoded in a DEFAULT_CHARSET. However just > yesterday I've come across a case where a develop

Return unicode from template's render

2007-06-17 Thread Ivan Sagalaev
Hello everyone (and Malcolm especially)! This is about template rendering in unicode branch. Template's render now returns a byte string encoded in a DEFAULT_CHARSET. However just yesterday I've come across a case where a developer needed to render a template not to send it over HTTP connectio