Revert "dirty but working patch to make it load utf8 files (specifically, FTP)"

This reverts commit 12e89306b5.
This commit is contained in:
steffen123 2010-06-07 03:03:52 +02:00
parent 30d7f0dc2a
commit e349dad1b2

View File

@ -98,13 +98,6 @@ follow : whether to tail -f the input"""
self.status = True
self.parsedObjectType = "HH" #default behaviour : parsing HH files, can be "Summary" if the parsing encounters a Summary File
found=False
for item in self.codepage:
if item=="utf-8":
found=True
if not found:
self.codepage.append("utf-8")
if autostart:
self.start()