Re: [U-Boot] [PATCH 1/1] serial: sandbox: support Unicode

2019-12-10 Thread Simon Glass
On Sat, 9 Nov 2019 at 03:35, Andy Shevchenko wrote: > > On Sat, Nov 9, 2019 at 11:59 AM Heinrich Schuchardt > wrote: > > > > Due to a conversion error the sandbox does not accept byte values 0x80-0xff > > from the keyboard. The UEFI extended text input unit test requires Unicode > > support. >

Re: [U-Boot] [PATCH 1/1] serial: sandbox: support Unicode

2019-11-09 Thread Andy Shevchenko
On Sat, Nov 9, 2019 at 11:59 AM Heinrich Schuchardt wrote: > > Due to a conversion error the sandbox does not accept byte values 0x80-0xff > from the keyboard. The UEFI extended text input unit test requires Unicode > support. > > Use unsigned char for the serial buffer. > FWIW, Reviewed-by: