]> www.infradead.org Git - users/jedix/linux-maple.git/commit
vt: remove zero-width-space handling from conv_uni_to_pc()
authorNicolas Pitre <npitre@baylibre.com>
Thu, 17 Apr 2025 18:45:13 +0000 (14:45 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 26 Apr 2025 09:22:04 +0000 (11:22 +0200)
commitffae2340a6af9beb580f107ad28afde7b57dea5b
treed9023ae674c16787ccab6fec518e27c1bf59c9d4
parent5617aeb14a4381e4ee61778c91ed90a615275f39
vt: remove zero-width-space handling from conv_uni_to_pc()

This is now taken care of by ucs_is_zero_width().

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