Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-21 | lib/charset: Map Unicode code points to CP437 code points 1-31 | Janne Grunau | |
Code page 437 uses code points 1-31 for glyphs instead of control characters. Map the appropriate Unicode code points to this code points. Fixes rendering of grub2's menu as EFI application using the EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL on a console with bitmap fonts. Signed-off-by: Janne Grunau <j@jannau.net> | |||
2018-09-23 | efi_loader: EFI_UNICODE_COLLATION_PROTOCOL | Heinrich Schuchardt | |
The patch implements the EFI_UNICODE_COLLATION_PROTOCOL. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de> |