[Mpuls-commits] r3594 - in base/trunk: . mpulsweb/lib
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Sep 10 20:29:08 CEST 2010
Author: bh
Date: 2010-09-10 20:29:07 +0200 (Fri, 10 Sep 2010)
New Revision: 3594
Modified:
base/trunk/ChangeLog
base/trunk/mpulsweb/lib/config.py
Log:
* mpulsweb/lib/config.py: Fix encoding.
Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog 2010-09-10 18:16:26 UTC (rev 3593)
+++ base/trunk/ChangeLog 2010-09-10 18:29:07 UTC (rev 3594)
@@ -1,5 +1,9 @@
2010-09-10 Bernhard Herzog <bh at intevation.de>
+ * mpulsweb/lib/config.py: Fix encoding.
+
+2010-09-10 Bernhard Herzog <bh at intevation.de>
+
Main part of mpuls/issue1085
* mpulsweb/lib/search.py (CaseSearch.get_phases_clause)
Modified: base/trunk/mpulsweb/lib/config.py
===================================================================
--- base/trunk/mpulsweb/lib/config.py 2010-09-10 18:16:26 UTC (rev 3593)
+++ base/trunk/mpulsweb/lib/config.py 2010-09-10 18:29:07 UTC (rev 3594)
@@ -5,7 +5,7 @@
# See LICENSE comming with the source of 'mpuls'
# for details.
#
-# author: Torsten IrlÀnder <torsten.irlaender at intevation.de>
+# author: Torsten Irländer <torsten.irlaender at intevation.de>
#
import os.path
@@ -328,11 +328,11 @@
'id': '0',
'tags': [],
'icon': 'validity-0-22.png'}
- validity_1 = {'name': 'GrundsÀtzlich auswertbar',
+ validity_1 = {'name': 'Grundsätzlich auswertbar',
'id': '1',
'tags': [],
'icon': 'validity-1-22.png'}
- validity_2 = {'name': 'BerichtsfÀhig',
+ validity_2 = {'name': 'Berichtsfähig',
'id': '2',
'tags': [],
'icon': 'validity-2-22.png'}
More information about the Mpuls-commits
mailing list