Commit Graph

4 Commits

Author SHA1 Message Date
Chaz Littlejohn
d0ae2a155d changed all of the currency substitutions from byte stream (i.e. \xe2\x82\xac for EURO) to unicode (u'\u20AC') as it was throwing unicode errors when attempting to format the string in the various regex statements. I am aware that I may be the only one to encounter this problem. 2011-03-23 19:27:55 +00:00
Worros
94dc683281 PacificPoker: Change raise function
In the sample hand history

player04 bets [1]
Hero raises [2]
player05 raises [3]

Hero raises 1 to 2
player05 raises 1 to 3
2011-03-22 15:11:08 +08:00
Steffen Schaumburg
b1387be3ce some string unifications 2011-03-19 02:13:26 +01:00
Robert Wielinga
f61fcc4b4a Added the PacifikPoker (888Poker) HandHistoryConverter 2011-03-12 13:28:55 +01:00