commit | 4b75bd363de3f3429c62359be4e4aa4da7fa233b | [log] [tgz] |
---|---|---|
author | Arvind Sankar <nivedita@alum.mit.edu> | Mon May 18 15:07:13 2020 -0400 |
committer | Ard Biesheuvel <ardb@kernel.org> | Wed May 20 19:09:20 2020 +0200 |
tree | fcca2307e27570aa9c7a8140de24dba7f2c479a4 | |
parent | d850a2ff918be0691f8d0544a2156c856c42da5b [diff] |
efi/libstub: Add UTF-8 decoding to efi_puts In order to be able to use the UTF-16 support added to vsprintf in the previous commit, enhance efi_puts to decode UTF-8 into UTF-16. Invalid UTF-8 encodings are passed through unchanged. Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu> Link: https://lore.kernel.org/r/20200518190716.751506-22-nivedita@alum.mit.edu Signed-off-by: Ard Biesheuvel <ardb@kernel.org>