]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tty/vt: Gather the code that outputs char with utf8 in mind
authorAlexey Gladkov <legion@kernel.org>
Fri, 21 Feb 2025 12:43:53 +0000 (13:43 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Apr 2025 14:28:44 +0000 (16:28 +0200)
commitf92217683a44f79759d805194d6d36af1bde6e10
tree1e40b410d0b569983f2ad81b749ebec1c95bbff6
parent366cf0c3af1aac03c2bf08cf4b11f4ab9cba73e4
tty/vt: Gather the code that outputs char with utf8 in mind

When we putting character to the tty, we take into account the keyboard
mode to properly handle utf8. This code is duplicated few times.

Signed-off-by: Alexey Gladkov <legion@kernel.org>
Reviewed-by: Jiri Slaby <jirislaby@kernel.org>
Link: https://lore.kernel.org/r/c0d10193e61f977b518862d8f216bbaf234138fd.1740141518.git.legion@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/keyboard.c