Re: [Webware-devel] Webware+Reportlab Encoding Issues

2007-06-30 Thread Christoph Zwerschke
Ben Parker wrote: I would recommend overriding .write() in your main servlet class, and have that function compensate for the lack of a character set. For example, you could change the function signature to be def write(unicodeObject, charSet):, or you could have the write() function

Re: [Webware-devel] Webware+Reportlab Encoding Issues

2007-06-30 Thread Ben Parker
Christoph Zwerschke wrote on 6/30/07 12:40 AM: Do we want to offer something like this as the default? The encoding attribute could be set to a configurable (via Application.config) default such as 'utf-8', and could be used in other places as well. For instance, the Page class could write