[GRASS-SVN] r65324 - grass/trunk/gui/wxpython/core

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 26 05:29:11 PDT 2015


Author: martinl
Date: 2015-05-26 05:29:11 -0700 (Tue, 26 May 2015)
New Revision: 65324

Modified:
   grass/trunk/gui/wxpython/core/settings.py
Log:
wxGUI: change default font encoding in settings to UTF-8

Modified: grass/trunk/gui/wxpython/core/settings.py
===================================================================
--- grass/trunk/gui/wxpython/core/settings.py	2015-05-26 11:52:14 UTC (rev 65323)
+++ grass/trunk/gui/wxpython/core/settings.py	2015-05-26 12:29:11 UTC (rev 65324)
@@ -161,7 +161,7 @@
             'display': {
                 'font' : {
                     'type' : '',
-                    'encoding': 'ISO-8859-1',
+                    'encoding': 'UTF-8',
                     },
                 'driver': {
                     'type': 'cairo'



More information about the grass-commit mailing list