diff options
| author | Dave Love | 2002-05-16 19:31:47 +0000 |
|---|---|---|
| committer | Dave Love | 2002-05-16 19:31:47 +0000 |
| commit | b1603380b1ba2af7287d263b321579387d876b5f (patch) | |
| tree | f66806b9a2ed1238744dacee311e8c7946944d0b /etc | |
| parent | 61b88eb2744a2dc7a2eb8dde618a2dc93e884756 (diff) | |
| download | emacs-b1603380b1ba2af7287d263b321579387d876b5f.tar.gz emacs-b1603380b1ba2af7287d263b321579387d876b5f.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 7 | ||||
| -rw-r--r-- | etc/charsets/README | 31 |
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 @@ | |||
| 1 | 2002-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 | |||
| 1 | 2002-05-07 Kenichi Handa <handa@etl.go.jp> | 8 | 2002-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 | ||
| 26 | Each line contains a code point and the corresponding Unicode | 27 | Each line contains a code point and the corresponding Unicode |
| 27 | character code separated by a space. Both code points and Unicode | 28 | character code separated by a space. Both code points and Unicode |
| 28 | character codes are in hexadecimal preceded by "0x". | 29 | 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. | ||
| 29 | 33 | ||
| 30 | Example: | 34 | Examples: |
| 31 | 0x80 0x0080 | 35 | 0xA0 0x00A0 # no-break space |
| 36 | |||
| 37 | 0x81308130-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 | ||
| 36 | All mapping files are generated from the data files distributed with | 42 | Most mapping files are generated from the data files distributed with |
| 37 | glibc (under the sub-directory "localedata/charmaps"). This list | 43 | glibc (under the sub-directory "localedata/charmaps"). This list |
| 38 | shows the correspondence of the data files, the mapping files, and | 44 | shows the correspondence of the data file, the mapping file, and which |
| 39 | which charset uses it. | 45 | charset uses it. |
| 40 | 46 | ||
| 41 | DATA-FILE MAP-FILE CHARSET | 47 | DATA-FILE MAP-FILE CHARSET |
| 42 | ========= ======== ======= | 48 | ========= ======== ======= |
| @@ -70,3 +76,16 @@ VISCII viscii-upper.map vietnamese-viscii-upper | |||
| 70 | VISCII vscii.map vscii | 76 | VISCII vscii.map vscii |
| 71 | KOI8-R koi8-r.map koi8-r | 77 | KOI8-R koi8-r.map koi8-r |
| 72 | IBM866 ibm866.map alternativnyj | 78 | 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 | ||