]> www.infradead.org Git - users/jedix/linux-maple.git/commit
vt: remove zero-white-space handling from conv_uni_to_pc()
authorNicolas Pitre <npitre@baylibre.com>
Thu, 10 Apr 2025 19:38:13 +0000 (15:38 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Apr 2025 14:55:55 +0000 (16:55 +0200)
commitb35f7a773cbcbfea3bc87a33c7d0f39e34ed83ec
tree92d170aec40297fda69c203d4c9f58f39ebba86c
parent547f57b88d5f2ad4e9ab5e0d63a668467c10c736
vt: remove zero-white-space handling from conv_uni_to_pc()

This is now taken care of by ucs_is_zero_width(). And in the case where
we do want a padding from some zero-width code point then we should also
give the legacy displays a space character to work with.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
Link: https://lore.kernel.org/r/6o2ss437-6nps-s943-1n38-54np5587r08s@syhkavp.arg
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/consolemap.c
drivers/tty/vt/vt.c