Hi,
is there any plan for NeoNumberParser do add localization support?
e.g.
NeoNumberParser new
�� �� thousandsSeparator: $,; "common in us data"
�� �� parse: '12,230'
=>��
12230
NeoNumberParser new
�� �� decimalSeparator: $,; "common in eu data"
�� �� parse: '12,230'
=>��
12.230
Thanks,
Peter