Mercurial > emacs
annotate admin/charsets/mapfiles/README @ 107857:d1934720d87a
Reduce cpp use in Makefile.in.
* Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
(LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
(GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
(ORDINARY_LINK): Remove, defined in src/s/gnu.h.
(CRT0_COMPILE): Remove, inline it in the only user.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Wed, 14 Apr 2010 08:36:25 -0700 |
parents | 1d1d5d9bd884 |
children | 376148b31b5e |
rev | line source |
---|---|
106815 | 1 Copyright (C) 2009, 2010 Free Software Foundation, Inc. |
2 Copyright (C) 2009, 2010 | |
103391 | 3 National Institute of Advanced Industrial Science and Technology (AIST) |
4 Registration Number H13PRO009 | |
5 See the end of the file for license conditions. | |
6 | |
7 The charset map files directory | |
8 | |
9 This directory contains two kinds of charse map files; verbatim copies | |
10 (or their compressed versions) of files freely available in the | |
11 Internet, and newly created files based on freely available | |
12 information. | |
13 | |
14 (1) Copied files (all files are copied on 2009-06-12) | |
15 | |
16 * CP932.TXT.gz | |
17 | |
18 The uncompressed version is available at: | |
19 <http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP932.TXT> | |
20 | |
21 * PTCP154.gz | |
22 | |
23 The uncompressed version is available at: | |
24 <http://www.iana.org/assignments/charset-reg/PTCP154> | |
25 | |
26 * Uni2JIS.gz | |
27 | |
28 The version compressed by Unix's "compress" command is available at: | |
29 <http://kanji.zinbun.kyoto-u.ac.jp/~yasuoka/ftp/CJKtable/Uni2JIS.Z> | |
30 | |
31 * bulgarian-mik.txt.gz | |
32 | |
33 It is available at: | |
34 <http://czyborra.com/charsets/bulgarian-mik.txt.gz>. | |
35 | |
36 * cns2ucsdkw.txt.gz | |
37 | |
38 Uncompressed version is available at: | |
39 <http://kanji-database.cvs.sourceforge.net/viewvc/*checkout*/kanji-database/kanji-database/data/cns2ucsdkw.txt?revision=1.4> | |
40 | |
41 * stdenc.txt.gz and symbol.txt.gz | |
42 | |
43 The uncompressed versions are available at: | |
44 <http://www.unicode.org/Public/MAPPINGS/VENDORS/ADOBE/stdenc.txt> | |
45 <http://www.unicode.org/Public/MAPPINGS/VENDORS/ADOBE/symbol.txt> | |
46 | |
47 (2) Newly created files | |
48 | |
49 * CP720.map.gz and CP858.map.gz | |
50 | |
51 Created manually by looking at these pages: | |
52 <http://en.wikipedia.org/wiki/Code_page_720>. | |
53 <http://en.wikipedia.org/wiki/Code_page_859>. | |
54 The text in that page is under the terms of the GNU Free Documentation | |
55 License. | |
56 | |
103396
0c698bcaa2c2
Describe JISX213A.map.gz.
Kenichi Handa <handa@m17n.org>
parents:
103391
diff
changeset
|
57 * JISX213A.map.gz |
0c698bcaa2c2
Describe JISX213A.map.gz.
Kenichi Handa <handa@m17n.org>
parents:
103391
diff
changeset
|
58 |
0c698bcaa2c2
Describe JISX213A.map.gz.
Kenichi Handa <handa@m17n.org>
parents:
103391
diff
changeset
|
59 Created manually based on the description of the section 33 in "JIS X |
0c698bcaa2c2
Describe JISX213A.map.gz.
Kenichi Handa <handa@m17n.org>
parents:
103391
diff
changeset
|
60 0213:2004 Amendment 1". It lists 10 characters that are newly added |
0c698bcaa2c2
Describe JISX213A.map.gz.
Kenichi Handa <handa@m17n.org>
parents:
103391
diff
changeset
|
61 to "JIS X 0213:2004". |
0c698bcaa2c2
Describe JISX213A.map.gz.
Kenichi Handa <handa@m17n.org>
parents:
103391
diff
changeset
|
62 |
103391 | 63 * MULE-*.map.gz |
64 | |
65 Created by using ../mule-charsets.el in Emacs 22 as this: | |
66 % emacs-22 -batch -l ../mule-charsets.el | |
67 | |
68 | |
69 This file is part of GNU Emacs. | |
70 | |
71 GNU Emacs is free software: you can redistribute it and/or modify | |
72 it under the terms of the GNU General Public License as published by | |
73 the Free Software Foundation, either version 3 of the License, or | |
74 (at your option) any later version. | |
75 | |
76 GNU Emacs is distributed in the hope that it will be useful, | |
77 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
78 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
79 GNU General Public License for more details. | |
80 | |
81 You should have received a copy of the GNU General Public License | |
82 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |