- input_encoding='utf-8', default_filters=['escape'],
- imports=['from webhelpers.html import escape'])
-
- # Setup the SQLAlchemy database engine
+ input_encoding='utf-8', output_encoding='utf-8',
+ imports=['from webhelpers.html import escape'],
+ default_filters=['escape'])
+
+ # Setup the SQLAlchemy^W Elixir database engine