/[emacs]/emacs/etc/charsets/README
ViewVC logotype

Diff of /emacs/etc/charsets/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.1 by handa, Fri Mar 1 03:34:44 2002 UTC revision 1.1.2.2 by fx, Thu May 16 19:03:47 2002 UTC
# Line 2  Line 2 
2  # Copyright (C) 2001, 2002  # Copyright (C) 2001, 2002
3  #   National Institute of Advanced Industrial Science and Technology (AIST)  #   National Institute of Advanced Industrial Science and Technology (AIST)
4  #   Registration Number H13PRO009  #   Registration Number H13PRO009
5    # Copyright (C) 2002 Free Software Foundation, Inc.
6    
7  # This file is part of GNU Emacs.  # This file is part of GNU Emacs.
8    
# Line 25  Line 26 
26    
27  Each line contains a code point and the corresponding Unicode  Each line contains a code point and the corresponding Unicode
28  character code separated by a space.  Both code points and Unicode  character code separated by a space.  Both code points and Unicode
29  character codes are in hexadecimal preceded by "0x".  character codes are in hexadecimal preceded by "0x".  Comments may be
30    used, starting with "#".  Code ranges may also be used, with endpoints
31    separated by "-", covering the same number of codepoints and
32    unicodes.
33    
34  Example:  Examples:
35  0x80 0x0080  0xA0 0x00A0  # no-break space
36    
37    0x81308130-0x81308435   0x0080-0x00A3 # map onto a Unicode range
38    
39    
40  (2) Source of mapping files  (2) Source of mapping files
41    
42  All mapping files are generated from the data files distributed with  Most mapping files are generated from the data files distributed with
43  glibc (under the sub-directory "localedata/charmaps").  This list  glibc (under the sub-directory "localedata/charmaps").  This list
44  shows the correspondence of the data files, the mapping files, and  shows the correspondence of the data file, the mapping file, and which
45  which charset uses it.  charset uses it.
46    
47  DATA-FILE                       MAP-FILE                CHARSET  DATA-FILE                       MAP-FILE                CHARSET
48  =========                       ========                =======  =========                       ========                =======
# Line 70  VISCII                         viscii-upper.map        vietnamese-vi Line 76  VISCII                         viscii-upper.map        vietnamese-vi
76  VISCII                          vscii.map               vscii  VISCII                          vscii.map               vscii
77  KOI8-R                          koi8-r.map              koi8-r  KOI8-R                          koi8-r.map              koi8-r
78  IBM866                          ibm866.map              alternativnyj  IBM866                          ibm866.map              alternativnyj
79    CP1251                          windows-1251.map        windows-1251
80    CP1250                          windows-1250.map        windows-1250
81    GEORGIAN-PS                     georgian-ps.map         georgian-ps
82    KOI8-U                          koi8-u.map              koi8-u
83    KOI8-T                          koi8-t.map              koi8-t
84    EBCDIC-US                       ebcdic.us.map           ebcdic-us
85    EBCDIC-UK                       ebcdic.uk.map           ebcdic-uk
86    CP1250                          windows-1250.map        windows-1250
87    CP1251                          windows-1251.map        windows-1251
88    CP1252                          windows-1252.map        windows-1252
89    
90    From ICU:
91                                    cp1125.map              cp1125

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26