Changes

Summary

  1. Python: don't write wide characters to standard output as each wide (details)
Commit c71d8e62a2b0269a888c0e6083db9d1a7bd8818f by dave
Python: don't write wide characters to standard output as each wide
character is now `NUL` padded under Windows, presumably because Python
initialisation correctly sets up Unicode output.
The file was modified src/plugins/support/CellMLSupport/src/cellmlfile.cpp (diff)
The file was modified src/plugins/support/CellMLSupport/src/cellmlfilecellml10exporter.cpp (diff)