1 -- $XFree86: xc/programs/xterm/unicode/README,v 1.2 2000/06/13 02:28:44 dawes Exp $
4 These are some scripts and datafiles used for generating tables used in the
5 experimental UTF-8 implementation in xterm.
7 To run the convmap.pl script, you will need a copy of UnicodeData-Latest.txt
8 which is currently available as
10 ftp://ftp.unicode.org/Public/UNIDATA/UnicodeData-Latest.txt
12 It is a large file (~460kb), so it is not included in this distribution.
14 convmap.pl is used to generate ../keysym2ucs.c, e.g.,
16 ./convmap.plp >../keysym2ucs.c
18 keysym.map is input data for convmap.pl
21 The make-precompose.sh script makes the precompose.c file, which is used to
22 handle canonical composition. This also needs UnicodeData-Latest.txt. It uses
23 precompose.c.head and precompose.c.tail as templates.