From 32e14551a90e85000e41b3f0445d34d58a1431e4 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Wed, 10 Sep 2025 22:12:22 +0200 Subject: Add unicode general category lookup Generate the lookup tables from UnicodeData.txt, do to that, add gen_ugc, which uses csv, buffers, line, io and other modules to do the job. --- data/unicode-16.0.0/UnicodeData.txt.xz | Bin 0 -> 181704 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 data/unicode-16.0.0/UnicodeData.txt.xz (limited to 'data/unicode-16.0.0/UnicodeData.txt.xz') diff --git a/data/unicode-16.0.0/UnicodeData.txt.xz b/data/unicode-16.0.0/UnicodeData.txt.xz new file mode 100644 index 0000000..199d7c1 Binary files /dev/null and b/data/unicode-16.0.0/UnicodeData.txt.xz differ -- cgit v1.3