From 27d606dbf8c7e8725831f496a91cff46e17a2bed Mon Sep 17 00:00:00 2001 From: Patrick Speiser Date: Fri, 5 Oct 2012 03:11:36 +0200 Subject: [PATCH] Fix for Issue #533 should have been included in the big merge but i seem to have accidentally reverted it some time ago --- headphones/webstart.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/headphones/webstart.py b/headphones/webstart.py index 0472a033..a19a8b3e 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 = {