diff options
| author | Masahisa Kojima <[email protected]> | 2022-05-29 10:52:43 +0900 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2022-05-31 07:57:02 +0200 |
| commit | e85727ddb68b3b23382ea2d78d857ffa870bb0b7 (patch) | |
| tree | 1dcb95f0c4f5c3428375e0a50999f2c462b71888 /scripts/checkpatch.pl | |
| parent | 2ee9550a7d230c6711d2f263c75c7f3262ff7958 (diff) | |
bootmenu: use utf-8 for menu title
The commit a3d0aa87acbe ("bootmenu: update bootmenu_entry structure")
changes the bootmenu title type from char to u16(UTF16 string)
to support EFI based system. If EFI_LOADER is not enabled,
printf("%ls") is not supported, so bootmenu does not appear
correctly.
This commit changes the type of menu title from u16(UTF16) to
utf-8 string and EFI strings is conveted into utf-8.
Fixes: a3d0aa87acbe ("bootmenu: update bootmenu_entry structure")
Signed-off-by: Masahisa Kojima <[email protected]>
Tested-by: Pali Rohar <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'scripts/checkpatch.pl')
0 files changed, 0 insertions, 0 deletions
