Browse Source

Fix https://trac.osgeo.org/grass/changeset/59652

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@64367 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 10 years ago
parent
commit
aa2672db94
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/init/grass.py

+ 1 - 1
lib/init/grass.py

@@ -867,7 +867,7 @@ def set_language():
     if encoding: 
         gettext.install('grasslibs', os.path.join(gisbase, 'locale'), codeset=encoding)
     else:
-        gettext.install('grasslibs', os.path.join(gisbase, 'locale'), unicode=True)
+        gettext.install('grasslibs', os.path.join(gisbase, 'locale'))
 
 def check_lock():
     global lockfile, force_gislock_removal