PING On Mon, Aug 19, 2019 at 4:22 PM Bishara AbuHattoum <bish...@daynix.com> wrote:
> https://bugzilla.redhat.com/show_bug.cgi?id=1733165 > > Uppon renaming a NIC to a Chinese name and invoking the network get > interfaces command, guest-network-get-interfaces, the returned name > field has the (\ufffd) value for each Chinese character the NIC name > had, this value is the indication that the code page does not have the > decoding information for the given character. > > The suggested fix is to use the CP_UTF8 code page for decoding the NIC's > name instead of the CP_ACP code page. > > Bishara AbuHattoum (1): > qga-win: network-get-interfaces command name field bug fix > > qga/commands-win32.c | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > > -- > 2.17.2 > > >