# HG changeset patch # User paulb # Date 1094153617 0 # Node ID 152c78dacc40b00f6aeeaec6529f29d40b9e5378 # Parent f689c28057277f5ef03a05ad76baf873378d7501 [project @ 2004-09-02 19:33:37 by paulb] Changed the output to Unicode so that the converting stream is effective. diff -r f689c2805727 -r 152c78dacc40 examples/Common/Form/__init__.py --- a/examples/Common/Form/__init__.py Thu Sep 02 19:33:10 2004 +0000 +++ b/examples/Common/Form/__init__.py Thu Sep 02 19:33:37 2004 +0000 @@ -50,7 +50,7 @@ fields = trans.get_fields_from_body() out = trans.get_response_stream() - out.write(""" + out.write(u""" Form Test