commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/reports/src GRReport.py


From: James Thompson
Subject: gnue/reports/src GRReport.py
Date: Sun, 17 Nov 2002 11:33:44 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     James Thompson <address@hidden> 02/11/17 11:33:44

Modified files:
        reports/src    : GRReport.py 

Log message:
        btami's fix for salbotron on win32

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/reports/src/GRReport.py.diff?tr1=1.28&tr2=1.29&r1=text&r2=text

Patches:
Index: gnue/reports/src/GRReport.py
diff -c gnue/reports/src/GRReport.py:1.28 gnue/reports/src/GRReport.py:1.29
*** gnue/reports/src/GRReport.py:1.28   Wed Nov 13 23:01:12 2002
--- gnue/reports/src/GRReport.py        Sun Nov 17 11:33:44 2002
***************
*** 131,137 ****
        # TODO: other encodings???
        encoding= sys.getdefaultencoding()
        if encoding == 'ascii':
!         encoding = 'iso8859-1'  # TODO: fix this when we have [common] section
        try:                    #       in gnue.conf
          encoding = gConfig('formFontEncoding')
        except:
--- 131,138 ----
        # TODO: other encodings???
        encoding= sys.getdefaultencoding()
        if encoding == 'ascii':
!         #encoding = 'iso8859-1'   # TODO: salbotron had issues with this
!         encoding = 'iso-8859-1'  # TODO: fix this when we have [common] 
section
        try:                    #       in gnue.conf
          encoding = gConfig('formFontEncoding')
        except:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]