Re: [PATCH 4/4] EFI: console: improve vidconsole unicode output

2021-08-06 Thread Art Nikpal
> The TrueType console is meant to support Unicode including the special characters used by GRUB like left and right triangle. Yes is meant but not works (on my side) ... uboot TrueType vidconsole does not work properly as a unicode console in my case and have other problems CONFIG_CONSOLE_MUX=y

Re: [PATCH 4/4] EFI: console: improve vidconsole unicode output

2021-08-05 Thread Heinrich Schuchardt
On 8/4/21 12:22 PM, Artem Lapkin wrote: If EFI_CONSOLE_UTF_SAFE is enabled and vidconsole is active, unicode characters will be replaced with "." for all console outputs. The TrueType console is meant to support Unicode including the special characters used by GRUB like left and right triangle.

[PATCH 4/4] EFI: console: improve vidconsole unicode output

2021-08-04 Thread Artem Lapkin
If EFI_CONSOLE_UTF_SAFE is enabled and vidconsole is active, unicode characters will be replaced with "." for all console outputs. Vidconsole does not support unicode output, and your console will suffer display issues if EFI_CONSOLE_UTF_SAFE is disabled. Signed-off-by: Artem Lapkin --- lib/efi