vt: create ucs_fallback_table.h_shipped with gen_ucs_fallback_table.py
authorNicolas Pitre <npitre@baylibre.com>
Wed, 7 May 2025 14:13:20 +0000 (10:13 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 May 2025 11:39:45 +0000 (13:39 +0200)
commitde45d93f00e2a161c11199fa9a4f515ce2930f01
tree7cce12e6fb8531fe6afbc16badd0f71696abe386
parent5071ddc18e17797248151ca2bea1b8d4e67d996f
vt: create ucs_fallback_table.h_shipped with gen_ucs_fallback_table.py

The generated table maps complex characters to their simpler fallback
forms for a terminal display when corresponding glyphs are unavailable.
A page-based approach is used to reduce compiled binary footprint.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
Link: https://lore.kernel.org/r/20250507141535.40655-6-nico@fluxnic.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/.gitignore
drivers/tty/vt/Makefile
drivers/tty/vt/ucs_fallback_table.h_shipped [new file with mode: 0644]