Steffen reported a FTP file in UTF-8 format.
Added it as the 3rd codec tested
This commit is contained in:
parent
27e5bf8698
commit
23ae26259b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user