Home | History | Annotate | only in /xsrc/external/mit/xterm/dist/unicode
Up to higher level directory
NameDateSize
convmap.pl04-Jul-20246.3K
keysym.map04-Jul-202432.5K
make-precompose.sh04-Jul-2024682
precompose.c.head09-Mar-2025247
precompose.c.tail08-Mar-2017644
README04-Jul-2024833

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 
      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