Report error exceptions

svn: r1275
This commit is contained in:
Don Allingham
2003-01-29 04:43:12 +00:00
parent 8bf2913518
commit f830960278
16 changed files with 103 additions and 56 deletions

View File

@ -774,7 +774,7 @@ class GenericFilterList:
except:
return
f.write("<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n")
f.write("<?xml version=\"1.0\" encoding=\"utf-8\"?>\n")
f.write('<filters>\n')
for i in self.filter_list:
f.write(' <filter name="%s"' % self.fix(i.get_name()))