Steffen reported a FTP file in UTF-8 format.

Added it as the 3rd codec tested
This commit is contained in:
Worros 2010-06-04 04:17:30 +08:00
parent 27e5bf8698
commit 23ae26259b

View File

@ -27,7 +27,7 @@ class Fulltilt(HandHistoryConverter):
sitename = "Fulltilt"
filetype = "text"
codepage = ["utf-16", "cp1252"]
codepage = ["utf-16", "cp1252", "utf-8"]
siteId = 1 # Needs to match id entry in Sites database
# Static regexes