]> www.infradead.org Git - users/jedix/linux-maple.git/commit
vt: update gen_ucs_width_table.py to make tables more space efficient
authorNicolas Pitre <npitre@baylibre.com>
Thu, 17 Apr 2025 18:45:14 +0000 (14:45 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 26 Apr 2025 09:22:04 +0000 (11:22 +0200)
commitad934777f0f15c8cea042b6a81deaa7fe53b6dea
tree2cf19d19cc9decf64f1088af2e4ff44f2a50e2c7
parentffae2340a6af9beb580f107ad28afde7b57dea5b
vt: update gen_ucs_width_table.py to make tables more space efficient

Split table ranges into BMP (16-bit) and non-BMP (above 16-bit).
This reduces the corresponding text size by 20-25%.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
Reviewed-by: Jiri Slaby <jirislaby@kernel.org>
Link: https://lore.kernel.org/r/20250417184849.475581-13-nico@fluxnic.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/gen_ucs_width_table.py