> -----Original Message----- > From: [email protected] [mailto:ovs-dev- > [email protected]] On Behalf Of Russell Bryant > Sent: Friday, August 18, 2017 11:18 PM > To: Alin Balutoiu <[email protected]> > Cc: [email protected] > Subject: Re: [ovs-dev] [PATCH v2 2/2] python: Force file system encoding on > cmdline args > > 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. [Alin Serdean] Thanks guys! All unit test pass now (2.7-master) 😊.
Alin. > > -- > Russell Bryant > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
