On Wed, Aug 16, 2017 at 11:01 AM, Alin Balutoiu <[email protected]> wrote: > On Windows, the default file system encoding is 'mbcs' > resulting in a bad conversion. > > To make it cross-platform tolerant use > 'sys.getfilesystemencoding()' instead of 'utf-8'. > > Co-authored-by: Alin Serdean <[email protected]> > Signed-off-by: Alin Balutoiu <[email protected]> > Signed-off-by: Alin Serdean <[email protected]> > Acked-by: Lance Richardson <[email protected]> > --- > v2: No changes. > --- > tests/test-ovsdb.py | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-)
Thanks for the fixes! I've applied these to master, branch-2.8, and branch-2.7. -- Russell Bryant _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
