Energy plus results multilanguage characters not supported
i compiled energy plus 9.3.0 and modified the table headings in local language . When run directly the result show the correct format texts But when run simulation from open studio the characters are not proper
m_runProcess->setStandardOutputFile( toQString(stdoutPath) ); m_runProcess->setStandardErrorFile( toQString(stderrPath) ); m_runProcess->start(openstudioExePath, arguments);
Initiate the Run Simulation ... How is it handled on the openstudio core ? Which class or code handles the running of the simulation ?
I think the issue is with the tbl_stream << "" << subtitle << "
\n"; the ostream write to html is not correct way ... can anyone help to suggest the write way to write multilanguage to html
std::ostream &tbl_stream(*TabularOutputFile(iStyle)); tbl_stream << subtitle << "\n\n"; --- > incorrect