Re: [U-Boot] [PATCH v3 01/13] efi_loader: support Unicode text input

2018-09-11 Thread Alexander Graf
On 11.09.18 22:38, Heinrich Schuchardt wrote: > Up to now the EFI_TEXT_INPUT_PROTOCOL only supported ASCII characters. > With the patch it can consume UTF-8 from the console. > > Currently only the serial console and the console can deliver UTF-8. > Local consoles are restricted to ASCII. > > S

[U-Boot] [PATCH v3 01/13] efi_loader: support Unicode text input

2018-09-11 Thread Heinrich Schuchardt
Up to now the EFI_TEXT_INPUT_PROTOCOL only supported ASCII characters. With the patch it can consume UTF-8 from the console. Currently only the serial console and the console can deliver UTF-8. Local consoles are restricted to ASCII. Signed-off-by: Heinrich Schuchardt --- v2: drop suppor