Opened 16 years ago
Closed 15 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 Changed 16 years ago by
Milestone: | → BASE 2.2 |
---|---|
Version: | → trunk |
comment:2 Changed 16 years ago by
Priority: | minor → trivial |
---|
comment:3 Changed 16 years ago by
comment:4 Changed 15 years ago by
Status: | new → assigned |
---|
comment:5 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
The introduction of Formatter objects by the fix to ticket #316 should make the display of numbers rather simple.