stevedlawrence opened a new pull request #696: URL: https://github.com/apache/daffodil/pull/696
Whenever Daffodil outputs an infoset, it always does so with UTF-8 encoding. The one exception to this when converting SAX evensts to in the CLI and TDML runner. This means that depending on a users system encoding, tests may act differently and lead to failure. This kind of system-dependent behavior is not desierable. So instead, thiss modifies SAX related output to use UTF-8 so that a users environment does not affect the results of tests or results of a parser. DAFFODIL-2600 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
