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. -J