On Wed, Aug 9, 2017 at 3:38 PM, Lance Richardson <lrich...@redhat.com> wrote:
> Ensure that JSON is utf-8 encoded and that bytes sent/received on
> the stream sockets are in utf-8 form. Add a test case to verify
> that unicode data can be sent/received successfully using Python
> IDL module.
>
> Co-authored-by: Terry Wilson <twil...@redhat.com>
> Signed-off-by: Terry Wilson <twil...@redhat.com>
> Signed-off-by: Lance Richardson <lrich...@redhat.com>
> ---
> v1-v2:
>   - Changed a unicode string in ovsdb-idl.at to avoid an issue
>     in some installations of gnome-terminal (coredump).
>   - Fixed a flake8 line length warning in test-ovsdb.py.
>   - Added co-authored-by/acked-by for Terry Wilson (was
>     suggested-by).
>
>  python/ovs/json.py    |  9 +++++++--
>  python/ovs/jsonrpc.py |  3 +--
>  python/ovs/stream.py  |  6 ++++--
>  tests/ovsdb-idl.at    | 13 +++++++++++++
>  tests/test-ovsdb.py   |  6 +++++-
>  5 files changed, 30 insertions(+), 7 deletions(-)

Thanks, applied to master, branch-2.8, and branch-2.7.
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to