I don't know if there is already a way of doing this, but I attached a simple hack that lets you read commas as decimal points by executing something like this:
Without changing the OS locale, is there an easy was to have Pharo
recognize a comma as a decimal point, i.e. '2,13' asNumber -> 2,13. I
am receiving number from a Seaside app, in this format, and I need to
convert them before storing them in Postgres. Currently '2,12'
asNumber gives 2.
--
~JT