vt: update ucs_width.c following latest gen_ucs_width.py
authorNicolas Pitre <npitre@baylibre.com>
Thu, 10 Apr 2025 01:14:02 +0000 (21:14 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Apr 2025 14:55:55 +0000 (16:55 +0200)
commitc7cb5b0779d782c1bda10414af7a9fcadcc87e93
tree9af17730eac49587e88c9daf4a70516179e8b778
parent119ff0b0f4541972d829da606599441dace2444d
vt: update ucs_width.c following latest gen_ucs_width.py

Split table ranges 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>
Link: https://lore.kernel.org/r/20250410011839.64418-11-nico@fluxnic.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/ucs_width.c