Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/13/10 19:40:18 (14 years ago)
Author:
gkronber
Message:

Minor change in CSV importer to address a bug report. #1173

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis/3.3/TableFileParser.cs

    r5013 r5096  
    148148            char[] disallowedSeparators = new char[] { ',' };
    149149            // German format (real values)
    150             numberFormat = NumberFormatInfo.GetInstance(new CultureInfo("de"));
     150            numberFormat = NumberFormatInfo.GetInstance(new CultureInfo("de-DE"));
    151151            separator = POSSIBLE_SEPARATORS
    152152              .Except(disallowedSeparators)
Note: See TracChangeset for help on using the changeset viewer.