[GRASS-SVN] r60328 - grass/trunk/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun May 18 13:04:47 PDT 2014
Author: glynn
Date: 2014-05-18 13:04:47 -0700 (Sun, 18 May 2014)
New Revision: 60328
Removed:
grass/trunk/gui/wxpython/sitecustomize.py
Log:
Revert attempt to hide encoding bug
Deleted: grass/trunk/gui/wxpython/sitecustomize.py
===================================================================
--- grass/trunk/gui/wxpython/sitecustomize.py 2014-05-18 18:35:14 UTC (rev 60327)
+++ grass/trunk/gui/wxpython/sitecustomize.py 2014-05-18 20:04:47 UTC (rev 60328)
@@ -1,17 +0,0 @@
-"""!
-Default encoding for wxPython GRASS GUI.
-
-(C) 2014 by the GRASS Development Team
-
-This program is free software under the GNU General Public License
-(>=v2). Read the file COPYING that comes with GRASS for details.
-
- at author Huidae Cho <grass4u gmail.com>
-"""
-
-import os
-import sys
-
-lang = os.environ["LC_CTYPE"].split(".")
-if len(lang) == 2:
- sys.setdefaultencoding(lang[1].lower())
More information about the grass-commit
mailing list