Actions
Bug #392
closedScene XML localization problem
Start date:
03/30/2012
Due date:
% Done:
100%
Estimated time:
Description
The real values written to the XML are localized to be written as using commas instead of dots for decimal delimitters. This requires to modify the parser to accept localized code and is therefore not compatible with the standard DotSceneLoader code(not locale independent) on the wiki, or even TinyXML's routines(which isn't locale independent either)
Updated by arkeon over 12 years ago
- Status changed from New to In Progress
- Assignee set to arkeon
- Priority changed from Low to High
Again it's really strange I use tinyXML and SetDoubleAttribute to save double : floats to the xml
Updated by arkeon over 12 years ago
I found a patch for tinyXml here : http://mitk.org/git/?p=MITK.git;a=blob_plain;f=Utilities/tinyxml/tinyxml.cpp;hb=HEAD
dirty but it should works
Updated by arkeon over 12 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Applied in changeset r4313.
Actions