]> www.infradead.org Git - users/jedix/linux-maple.git/commit
vt: create ucs_recompose.c using gen_ucs_recompose.py
authorNicolas Pitre <npitre@baylibre.com>
Thu, 10 Apr 2025 01:13:59 +0000 (21:13 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Apr 2025 14:55:55 +0000 (16:55 +0200)
commit54af55b990eda5a6a0140a3cded8094b42c0c3b7
treeb5c1127d45cb4ded3478bb135b106dc321e04cf6
parentf2347b0cdf65e614732c2307863c95304f72d9d9
vt: create ucs_recompose.c using gen_ucs_recompose.py

This provides ucs_recompose() to recompose two Unicode characters into
a single character if possible. This is needed for the VT to properly
display decomposed UTF8 sequences.

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-8-nico@fluxnic.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/Makefile
drivers/tty/vt/ucs_recompose.c [new file with mode: 0644]
include/linux/consolemap.h