HHSmithy / PokerHandHistoryParser

Used to parse hand-histories poker hand-histories to extract information such as limits, game-types, players, stack-sizes, hand actions etc.
https://www.hhsmithy.com
72 stars 34 forks source link

Localization issues with Winamax #4

Closed ItalyToast closed 10 years ago

ItalyToast commented 10 years ago

WinamaxFastParserImpl dont use "System.Globalization.CultureInfo.InvariantCulture" for line: var amount = decimal.Parse(handLine.Substring(amountStartIndex + 1, handLine.Length - amountStartIndex - 2));

lukebelbina commented 10 years ago

Do you have any quick fixes for the localization issues?

ItalyToast commented 10 years ago

It is coming in the branch "Localization Fixes".

ItalyToast commented 10 years ago

This issue have now been resolved.