"Fossies" - the Fresh Open Source Software Archive 
Member "xterm-379/unicode/README" (22 May 2016, 833 Bytes) of package /linux/misc/xterm-379.tgz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
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.