Re: [Qemu-devel] [PATCH for-2.12] qapi: Force UTF8 encoding when parsing qapi files

2018-03-20 Thread Daniel P . Berrangé
On Mon, Mar 19, 2018 at 03:50:40PM -0500, Eric Blake wrote: > Commit d4e5ec877 already fixed things to work around Python 3's > lame bug of having LC_ALL=C not be 8-bit clean, when parsing the > main QMP qapi files; but failed to do likewise in the tests > directory. As a result, running 'LC_ALL=C

[Qemu-devel] [PATCH for-2.12] qapi: Force UTF8 encoding when parsing qapi files

2018-03-19 Thread Eric Blake
Commit d4e5ec877 already fixed things to work around Python 3's lame bug of having LC_ALL=C not be 8-bit clean, when parsing the main QMP qapi files; but failed to do likewise in the tests directory. As a result, running 'LC_ALL=C make check' fails on escape-too-big and unicode-str when using pyth