From 196ea11cedc3719b1835c27638e92e44c3a57770 Mon Sep 17 00:00:00 2001 From: Patrick Speiser Date: Sat, 8 Sep 2012 09:13:18 +0200 Subject: [PATCH] Possible Fix for Issue #533 --- headphones/webstart.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/headphones/webstart.py b/headphones/webstart.py index b16d6765..c8f53e9a 100644 --- a/headphones/webstart.py +++ b/headphones/webstart.py @@ -31,6 +31,9 @@ def initialize(options={}): 'server.socket_port': options['http_port'], 'server.socket_host': options['http_host'], 'engine.autoreload_on': False, + 'tools.encode.on' : True, + 'tools.encode.encoding' : 'utf-8', + 'tools.decode.on' : True, }) conf = {