From e349dad1b2ccce797ebecdfb1407ffa4114a22e5 Mon Sep 17 00:00:00 2001 From: steffen123 Date: Mon, 7 Jun 2010 03:03:52 +0200 Subject: [PATCH] Revert "dirty but working patch to make it load utf8 files (specifically, FTP)" This reverts commit 12e89306b5bccdef08aea2ea56101465ba4985fd. --- pyfpdb/HandHistoryConverter.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pyfpdb/HandHistoryConverter.py b/pyfpdb/HandHistoryConverter.py index aedd2191..5b65b955 100644 --- a/pyfpdb/HandHistoryConverter.py +++ b/pyfpdb/HandHistoryConverter.py @@ -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()