efi_loader: support Unicode text input
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 11 Sep 2018 22:05:32 +0000 (00:05 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 23 Sep 2018 19:55:30 +0000 (21:55 +0200)
commit35cbb796aa85dadeb5451104c536a33acf1ebcfe
tree454c631a5c4590fd5c0246c76f4a4fd3fb02bc81
parentcce289a928583a64db6ec8f813cc7884ae62c213
efi_loader: support Unicode text input

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 <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
include/charset.h
lib/charset.c
lib/efi_loader/efi_console.c
test/unicode_ut.c