summaryrefslogtreecommitdiffstats
path: root/tests/cmd/fixtures/unicode-replace001.xml
Commit message (Collapse)AuthorAgeFilesLines
* Wrap file objects with codecs to handle unicodeDarragh Bailey2015-10-091-0/+25
Ensure file objects including stdin/stdout objects are wrapped using codecs to handle unicode translation to the selected encoding for input/output. Add tests to simulate different encodings for input/output and consequently fix the reading of input from stdin. Include test to trigger failure to encode a unicode valid character using 'ascii' encoding. Change-Id: I9a5c4c96d131873db0000377729b8b0a45aa470d