• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

READMEH A D22-May-2016833 2415

convmap.plH A D09-Sep-20186.3 KiB206169

keysym.mapH A D29-Jun-201832.5 KiB1,0541,053

make-precompose.shH A D05-Feb-2007682 198

precompose.c.headH A D15-Jul-2014248 1613

precompose.c.tailH A D22-May-2016644 2521

README

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
5These scripts and datafiles are used for generating tables used in the
6UTF-8 implementation in xterm.
7
8To run the convmap.pl script, you will need a copy of UnicodeData.txt
9which is currently available as
10
11         ftp://ftp.unicode.org/Public/UNIDATA/UnicodeData.txt
12
13It is a large file (>1Mb), so it is not included in this distribution.
14
15convmap.pl is used to generate ../keysym2ucs.c, e.g.,
16
17	./convmap.pl >../keysym2ucs.c
18
19keysym.map is input data for convmap.pl
20
21The make-precompose.sh script makes the precompose.c file, which is used to
22handle canonical composition. This also needs UnicodeData.txt. It uses
23precompose.c.head and precompose.c.tail as templates.
24