aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDave Love2002-05-16 19:31:47 +0000
committerDave Love2002-05-16 19:31:47 +0000
commitb1603380b1ba2af7287d263b321579387d876b5f (patch)
treef66806b9a2ed1238744dacee311e8c7946944d0b /etc
parent61b88eb2744a2dc7a2eb8dde618a2dc93e884756 (diff)
downloademacs-b1603380b1ba2af7287d263b321579387d876b5f.tar.gz
emacs-b1603380b1ba2af7287d263b321579387d876b5f.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog7
-rw-r--r--etc/charsets/README31
2 files changed, 32 insertions, 6 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 222d02b0384..281ca919f91 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,10 @@
12002-05-16 Dave Love <fx@gnu.org>
2
3 * charsets/cp1125.map, charsets/ebcdic-us, charsets/georgian-ps.map:
4 * charsets/koi8-t.map, charsets/koi8-u.map:
5 * charsets/windows-1250.map, charsets/windows-1251.map:
6 * charsets/windows-1252.map: New file.
7
12002-05-07 Kenichi Handa <handa@etl.go.jp> 82002-05-07 Kenichi Handa <handa@etl.go.jp>
2 9
3 * charsets/Makefile (MAPS): Add gbk.map and gb18030-bmp.map. 10 * charsets/Makefile (MAPS): Add gbk.map and gb18030-bmp.map.
diff --git a/etc/charsets/README b/etc/charsets/README
index 9643d403765..545a4c530cb 100644
--- a/etc/charsets/README
+++ b/etc/charsets/README
@@ -2,6 +2,7 @@
2# Copyright (C) 2001, 2002 2# Copyright (C) 2001, 2002
3# National Institute of Advanced Industrial Science and Technology (AIST) 3# National Institute of Advanced Industrial Science and Technology (AIST)
4# Registration Number H13PRO009 4# Registration Number H13PRO009
5# Copyright (C) 2002 Free Software Foundation, Inc.
5 6
6# This file is part of GNU Emacs. 7# This file is part of GNU Emacs.
7 8
@@ -25,18 +26,23 @@
25 26
26Each line contains a code point and the corresponding Unicode 27Each line contains a code point and the corresponding Unicode
27character code separated by a space. Both code points and Unicode 28character code separated by a space. Both code points and Unicode
28character codes are in hexadecimal preceded by "0x". 29character codes are in hexadecimal preceded by "0x". Comments may be
30used, starting with "#". Code ranges may also be used, with endpoints
31separated by "-", covering the same number of codepoints and
32unicodes.
29 33
30Example: 34Examples:
310x80 0x0080 350xA0 0x00A0 # no-break space
36
370x81308130-0x81308435 0x0080-0x00A3 # map onto a Unicode range
32 38
33 39
34(2) Source of mapping files 40(2) Source of mapping files
35 41
36All mapping files are generated from the data files distributed with 42Most mapping files are generated from the data files distributed with
37glibc (under the sub-directory "localedata/charmaps"). This list 43glibc (under the sub-directory "localedata/charmaps"). This list
38shows the correspondence of the data files, the mapping files, and 44shows the correspondence of the data file, the mapping file, and which
39which charset uses it. 45charset uses it.
40 46
41DATA-FILE MAP-FILE CHARSET 47DATA-FILE MAP-FILE CHARSET
42========= ======== ======= 48========= ======== =======
@@ -70,3 +76,16 @@ VISCII viscii-upper.map vietnamese-viscii-upper
70VISCII vscii.map vscii 76VISCII vscii.map vscii
71KOI8-R koi8-r.map koi8-r 77KOI8-R koi8-r.map koi8-r
72IBM866 ibm866.map alternativnyj 78IBM866 ibm866.map alternativnyj
79CP1251 windows-1251.map windows-1251
80CP1250 windows-1250.map windows-1250
81GEORGIAN-PS georgian-ps.map georgian-ps
82KOI8-U koi8-u.map koi8-u
83KOI8-T koi8-t.map koi8-t
84EBCDIC-US ebcdic.us.map ebcdic-us
85EBCDIC-UK ebcdic.uk.map ebcdic-uk
86CP1250 windows-1250.map windows-1250
87CP1251 windows-1251.map windows-1251
88CP1252 windows-1252.map windows-1252
89
90From ICU:
91 cp1125.map cp1125