Message for place displays

svn: r1374
This commit is contained in:
Don Allingham
2003-03-21 04:42:12 +00:00
parent dd1d9acbde
commit cf24217bdb
5 changed files with 797 additions and 715 deletions

View File

@ -789,7 +789,7 @@ class GenericFilterList:
# except:
# return
f = open(self.file,'w')
f = open(self.file.encode('iso8859-1'),'w')
f.write("<?xml version=\"1.0\" encoding=\"utf-8\"?>\n")
f.write('<filters>\n')