Revert "dirty but working patch to make it load utf8 files (specifically, FTP)"
This reverts commit 12e89306b5
.
This commit is contained in:
parent
30d7f0dc2a
commit
e349dad1b2
|
@ -98,13 +98,6 @@ follow : whether to tail -f the input"""
|
||||||
self.status = True
|
self.status = True
|
||||||
|
|
||||||
self.parsedObjectType = "HH" #default behaviour : parsing HH files, can be "Summary" if the parsing encounters a Summary File
|
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:
|
if autostart:
|
||||||
self.start()
|
self.start()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user