Re: [Twisted-Python] Twisted Web, Unicode & request.write()

2010-06-15 Thread Jason J. W. Williams
Thanks guys. I actually backed into that myself in the last hour. Was just about to write back with the discovered correction. Makes sense. -J On Wed, Jun 16, 2010 at 12:16 AM, Stephen Thorne wrote: > On 2010-06-15, Jason J. W. Williams wrote: >> Hi Y'all, >> >> What's the correct way to write o

Re: [Twisted-Python] Twisted Web, Unicode & request.write()

2010-06-15 Thread Stephen Thorne
On 2010-06-15, Jason J. W. Williams wrote: > Hi Y'all, > > What's the correct way to write out Unicode data to the client in > Twisted Web? request.write() throws a "Data must not be unicode". > Content-Type header is set with "; charset=utf-8" appended to the > content type. If you say the chars

Re: [Twisted-Python] Twisted Web, Unicode & request.write()

2010-06-15 Thread Christopher Armstrong
On Wed, Jun 16, 2010 at 12:50 AM, Jason J. W. Williams wrote: > Hi Y'all, > > What's the correct way to write out Unicode data to the client in > Twisted Web? request.write() throws a "Data must not be unicode". > Content-Type header is set with "; charset=utf-8" appended to the > content type. E