FTP: Make apostrophe a valid tablename character

This commit is contained in:
Worros 2010-12-20 12:29:20 +08:00
parent 31b068c3dc
commit 69a67f5c83

View File

@ -37,7 +37,7 @@ class Fulltilt(HandHistoryConverter):
substitutions = {
'LEGAL_ISO' : "USD|EUR|GBP|CAD|FPP", # legal ISO currency codes
'LS' : u"\$|\u20AC|\xe2\x82\xac|", # legal currency symbols - Euro(cp1252, utf-8)
'TAB' : u"-\u2013\s\da-zA-Z"
'TAB' : u"-\u2013'\s\da-zA-Z"
}
# Static regexes