Opened 18 years ago
Closed 18 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 , 18 years ago
Milestone: | → BASE 2.2 |
---|---|
Version: | → trunk |
comment:2 by , 18 years ago
Priority: | minor → trivial |
---|
comment:3 by , 18 years ago
comment:4 by , 18 years ago
Status: | new → assigned |
---|
comment:5 by , 18 years ago
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.