View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010697ParaViewBugpublic2010-05-10 10:272016-08-12 09:58
ReporterMathieu Malaterre 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0010697: Locale-dependent number format in .pvd files
DescriptionI have a .pvd file with entries like

<DataSet timestep="9.62917e-10" group="" part="0" name="" file="./s0001:fdtd-00001.pvtu"/>

If a german locale (LANG=de_DE.UTF-8) is in effect, paraview reads the
timestep as the integer "9" without any diagnostic. If I replace the decimal
seperator in the data file with the german ",", like this:

<DataSet timestep="9,62917e-10" group="" part="0" name="" file="./s0001:fdtd-00001.pvtu"/>

then paraview reads the timestep correctly. If I leave the decimal seperator
in the data file as ".", but start paraview with LC_ALL=C, the timestep is
also read correctly. An example dataset is attached.

Note that the Calculator filter suffers from a similiar problem; any number
containing a decimal point is accepted, but anything after the point is
silently ignored.

TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0020694)
Mathieu Malaterre (reporter)
2010-05-10 10:29

This bug was forwarded from:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=567727 [^]
(0037825)
Kitware Robot (administrator)
2016-08-12 09:58

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2010-05-10 10:27 Mathieu Malaterre New Issue
2010-05-10 10:29 Mathieu Malaterre Note Added: 0020694
2011-09-07 04:04 Mathieu Malaterre Assigned To => Utkarsh Ayachit
2016-08-12 09:58 Kitware Robot Note Added: 0037825
2016-08-12 09:58 Kitware Robot Status expired => closed
2016-08-12 09:58 Kitware Robot Resolution open => moved


Copyright © 2000 - 2018 MantisBT Team