Closed pgundlach closed 9 years ago
A test file:
<Layout
xmlns="urn:speedata.de:2009/publisher/en"
xmlns:sd="urn:speedata:2009/publisher/functions/en">
<Record element="data">
<Message select="'aaaaaaa'"></Message>
</Record>
</Layout>
The file pubisher.status is an XML file that gets written by
spinit.lua
functionexit()
and includes (error) messages. These messages can be in a non-UTF8 encoding. The encoding should be fixed, as reading the XML file generates error messages. This is especially bad in the server mode, which relies on thepublisher.status
file for obtaining the status of a specific run.