Re: Example howto use FormEncode with Webware-1.1b1

Christoph Zwerschke <[email protected]> Mon, 10 May 2010 23:10:42 +0200
Newsgroups gmane.comp.python.webware
Message-ID <[email protected]>
Am 10.05.2010 12:57 schrieb Georg Balmer:
> The orginal WebwareExample by Ian Bicking is working after eliminating HTMLForm
> but some german error messages produce a UnicodeEncodeError in HTTPResponse.

Sorry, I cannot find this example you're referring to, where is it? 
Generally, you must output ordinary (encoded) strings in Webware, not 
unicode. It's best to always use the same encoding (e.g. latin-1 or 
utf-8) and work with encoded strings everywhere inside Webware.

-- Christoph

------------------------------------------------------------------------------