From 30e7dc04c7b99815b98c122ccfe8887ea645c364 Mon Sep 17 00:00:00 2001 From: Sohalt Date: Thu, 28 Jan 2016 23:36:45 +0100 Subject: [PATCH] declare utf-8 encoding Explicitly declare the encoding as utf-8 to avoid problems with umlauts and other non ASCII characters. --- morphic.py | 1 + 1 file changed, 1 insertion(+) diff --git a/morphic.py b/morphic.py index 8d844ff..a54e306 100755 --- a/morphic.py +++ b/morphic.py @@ -1,3 +1,4 @@ +# coding=utf-8 # # morphic.py #