drivers/tty/vt/gen_ucs_width.py
0 → 100755
+264
−0
Loading
The table in the current ucs_width.c is terribly out of date and incomplete. We also need a second table to store zero-width code points. Properly maintaining those tables manually is impossible. So here's a script to automatically generate them. Signed-off-by:Nicolas Pitre <npitre@baylibre.com> Link: https://lore.kernel.org/r/20250410011839.64418-5-nico@fluxnic.net Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>