id summary reporter owner description type status priority milestone component resolution keywords cc 223 Server won't launch - incorrect codepage in util/xkbmap_util.py Olloff Antoine Martin "{{{ OS: Linux olloff-desktop 3.5.0-15-generic #23-Ubuntu x86_64 x86_64 x86_64 GNU/Linux Python: 2.7.3 Winswitch: __version__=0.12.17 }}} Error: http://pastebin.com/uuLLTjAP Traceback: http://pastebin.com/xKW3kKnw After fresh install 0.12.16 or update to 0.12.17 I get next error: {{{ SyntaxError: Non-ASCII character '\xc3' in file \ /usr/lib/python2.7/dist-packages/winswitch/util/xkbmap_util.py }}} Problem seems to be fixed by adding encoding information to {{{xkbmap_util.py}}}: {{{ # -*- coding: utf-8 -*- }}}" defect closed major Server fixed 0.12.17, xkbmap_util, utf-8