﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3559	OMNotebook  while generating *init.xml  use locale LC_NUMERIC options	bezkor	Adeel Asghar	"I use a Cyrillic locale, where decimal delimiter is ""coma"".
If i try evaluate command ""simulate(...)"" have a error

stdout            | warning | The step-size 0 is too small. Adjust the step-size to 1e-12.

and very big .mat file after looong time.

Problem is in file ModelName_init.xml in section

<!-- startTime, stopTime, tolerance are FMI specific, all others are OMC specific -->
  <DefaultExperiment
    startTime      = ""0.0""
    stopTime       = ""4.0""
    stepSize       = ""0,008""
    tolerance      = ""1e-06""
    solver         = ""dassl""
    outputFormat   = ""mat""
    variableFilter = "".*"" />
    
  <!-- variables in the model -->
  <ModelVariables>

Maybe for generating variable stepSize using a LC_NUMERIC and in some locales delimiter is a coma."	defect	closed	high	Future	OMNotebook		fixed	locale stepSize init.xml decimal separator LC_NUMERIC	
