Opened 18 years ago

Closed 17 years ago

#311 closed enhancement (fixed)

Allow parsing of numbers with different locale settings

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: trivial Milestone: BASE 2.2
Component: core Version: trunk
Keywords: Cc:

Description

The problem can arise in the FlatFileParser and it's different Mapper objects, when a file contains numbers with, for example, comma as a decimal separater. The JEP parser is probably also affected by this, but I don't know if it is possible to change it's behaviour.

Change History (5)

comment:1 by Jari Häkkinen, 18 years ago

Milestone: BASE 2.2
Version: trunk

comment:2 by Nicklas Nordborg, 18 years ago

Priority: minortrivial

comment:3 by Nicklas Nordborg, 18 years ago

The introduction of Formatter objects by the fix to ticket #316 should make the display of numbers rather simple.

comment:4 by Nicklas Nordborg, 17 years ago

Status: newassigned

comment:5 by Nicklas Nordborg, 17 years ago

Resolution: fixed
Status: assignedclosed

(In [3023]) Fixes #311: Allow parsing of numbers with different locale settings

Note: See TracTickets for help on using tickets.