]> www.infradead.org Git - users/jedix/linux-maple.git/commit
vt: refresh ucs_width_table.h and adjust code in ucs.c accordingly
authorNicolas Pitre <npitre@baylibre.com>
Thu, 17 Apr 2025 18:45:15 +0000 (14:45 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 26 Apr 2025 09:22:04 +0000 (11:22 +0200)
commitd8f81c82b13fcbf93fae688cee1995260cfa59de
tree5934736a7d79eaebfae1d92bef52b78e8603a7b8
parentad934777f0f15c8cea042b6a81deaa7fe53b6dea
vt: refresh ucs_width_table.h and adjust code in ucs.c accordingly

Width tables are now split into BMP (16-bit) and non-BMP (above 16-bit).
This reduces the corresponding text size by 20-25%.

Note: scripts/checkpatch.pl complains about "... exceeds 100 columns".
      Please ignore.

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