Skip to content

Changes

Summary

  1. Fix (un)escaping XML strings (#12537) (details)
Commit 141ca0954168873a0a1974da30a5d3aac27ae772 by noreply
Fix (un)escaping XML strings (#12537)

* [OMEdit] Fix unparsing of non-escaping backslash

* [OMShell] Fix unparsing of non-escaping backslash

* [Codegen] Fix escaping strings in templates

* Fix unescaping XML strings in variable browser
The file was modified OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp (diff)
The file was modified OMCompiler/Compiler/Template/CodegenFMUCommon.tpl (diff)
The file was modified OMEdit/OMEditLIB/Util/StringHandler.cpp (diff)
The file was modified OMShell/OMShell/OMShellGUI/main.cpp (diff)
The file was modified OMCompiler/Compiler/Template/CodegenUtil.tpl (diff)
The file was modified OMCompiler/Compiler/Template/CodegenXML.tpl (diff)