Skip to content
Snippets Groups Projects
  1. Mar 26, 2024
  2. Mar 24, 2024
  3. Mar 22, 2024
  4. Mar 21, 2024
    • Janne Grunau's avatar
      video: console: Parse UTF-8 character sequences · 5ea38f95
      Janne Grunau authored and Heinrich Schuchardt's avatar Heinrich Schuchardt committed
      
      efi_console / UEFI applications (grub2, sd-boot, ...) pass UTF-8
      character sequences to vidconsole which results in wrong glyphs for code
      points outside of ASCII. The truetype console expects Unicode code
      points and bitmap font based consoles expect code page 437 code points.
      To support both convert UTF-8 to UTF-32 and pass Unicode code points in
      vidconsole_ops.putc_xy(). These can be used directly in console_truetype
      and after conversion to code page 437 in console_{normal,rotate}.
      
      This fixes rendering of international, symbol and box drawing characters
      used by UEFI applications.
      
      Signed-off-by: default avatarJanne Grunau <j@jannau.net>
      5ea38f95
  5. Mar 20, 2024
  6. Mar 18, 2024
  7. Mar 17, 2024
  8. Mar 14, 2024
Loading