| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| convmap.pl | 04-Jul-2024 | 6.3K | |
| keysym.map | 04-Jul-2024 | 32.5K | |
| make-precompose.sh | 04-Jul-2024 | 682 | |
| precompose.c.head | 09-Mar-2025 | 247 | |
| precompose.c.tail | 08-Mar-2017 | 644 | |
| README | 04-Jul-2024 | 833 | |
1 -- $XTermId: README,v 1.11 2016/05/22 20:01:53 tom Exp $ 2 -- $XFree86: xc/programs/xterm/unicode/README,v 1.5 2004/12/01 01:27:49 dickey Exp $ 3 -- Thomas E. Dickey 4 5 These scripts and datafiles are used for generating tables used in the 6 UTF-8 implementation in xterm. 7 8 To run the convmap.pl script, you will need a copy of UnicodeData.txt 9 which is currently available as 10 11 ftp://ftp.unicode.org/Public/UNIDATA/UnicodeData.txt 12 13 It is a large file (>1Mb), so it is not included in this distribution. 14 15 convmap.pl is used to generate ../keysym2ucs.c, e.g., 16 17 ./convmap.pl >../keysym2ucs.c 18 19 keysym.map is input data for convmap.pl 20 21 The make-precompose.sh script makes the precompose.c file, which is used to 22 handle canonical composition. This also needs UnicodeData.txt. It uses 23 precompose.c.head and precompose.c.tail as templates. 24