浏览代码

wxGUI: change default font encoding in settings to UTF-8

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@65324 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 10 年之前
父节点
当前提交
d1b1c04c02
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/core/settings.py

+ 1 - 1
gui/wxpython/core/settings.py

@@ -161,7 +161,7 @@ class Settings:
             'display': {
                 'font' : {
                     'type' : '',
-                    'encoding': 'ISO-8859-1',
+                    'encoding': 'UTF-8',
                     },
                 'driver': {
                     'type': 'cairo'