diff options
author | Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net> | 2011-06-02 17:19:50 +0200 |
---|---|---|
committer | Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net> | 2011-06-02 17:19:50 +0200 |
commit | 34e57da1ca55ee13fb3df1f06b8fad61f7cac016 (patch) | |
tree | 538a4fdb461b72554f01b8540c33e80f9f115f19 | |
parent | de8996ac3b2962aa6d3f613a6f99e77021540a45 (diff) | |
download | minetest-34e57da1ca55ee13fb3df1f06b8fad61f7cac016.tar.gz minetest-34e57da1ca55ee13fb3df1f06b8fad61f7cac016.tar.bz2 minetest-34e57da1ca55ee13fb3df1f06b8fad61f7cac016.zip |
* encoding fix
-rwxr-xr-x | minetestmapper/minetestmapper2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minetestmapper/minetestmapper2.py b/minetestmapper/minetestmapper2.py index 6330cebbb..b7264fe34 100755 --- a/minetestmapper/minetestmapper2.py +++ b/minetestmapper/minetestmapper2.py @@ -1,5 +1,5 @@ #!/usr/bin/env python
-# -*- coding: windows-1252 -*-
+# -*- coding: utf-8 -*-
# Made by j0gge, modified by celeron55
|