vt: move unicode processing to a separate file
authorNicolas Pitre <npitre@baylibre.com>
Thu, 10 Apr 2025 01:13:54 +0000 (21:13 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Apr 2025 14:55:54 +0000 (16:55 +0200)
commit2acaf27cd7f4f32bfe8bf7335690618e2417e744
tree63c1407973c9170b166b6fae01a6be4f6e71ea1c
parent74045f6658f11241a09d93404d79828cc99e94dc
vt: move unicode processing to a separate file

This will make it easier to maintain. Also make it depend on
CONFIG_CONSOLE_TRANSLATIONS.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
Link: https://lore.kernel.org/r/20250410011839.64418-3-nico@fluxnic.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/Makefile
drivers/tty/vt/ucs_width.c [new file with mode: 0644]
drivers/tty/vt/vt.c
include/linux/consolemap.h