New file.
This commit is contained in:
parent
9cf3cd77a2
commit
09e47eb57a
18 changed files with 94 additions and 0 deletions
|
|
@ -1,3 +1,21 @@
|
|||
2009-06-12 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* charsets/mapfiles/*: New files.
|
||||
|
||||
* charsets/mule-charsets.el: Mostly re-written to generate all
|
||||
MULE-*.map files.
|
||||
|
||||
* charsets/mapconv: Mostly re-written to handle "gzip"ed input
|
||||
files.
|
||||
|
||||
* charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
|
||||
EUC-JP-MS.
|
||||
|
||||
* charsets/cp51932.awk (END): Print arch-tag at the tail.
|
||||
|
||||
* charsets/Makefile: Maps depend on files under mapfiles or
|
||||
${GLIBC_CHARMAPS}.
|
||||
|
||||
2009-04-21 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
|
||||
|
|
|
|||
BIN
admin/charsets/mapfiles/CP720.map.gz
Normal file
BIN
admin/charsets/mapfiles/CP720.map.gz
Normal file
Binary file not shown.
BIN
admin/charsets/mapfiles/CP858.map.gz
Normal file
BIN
admin/charsets/mapfiles/CP858.map.gz
Normal file
Binary file not shown.
BIN
admin/charsets/mapfiles/CP932.TXT.gz
Normal file
BIN
admin/charsets/mapfiles/CP932.TXT.gz
Normal file
Binary file not shown.
BIN
admin/charsets/mapfiles/MULE-ethiopic.map.gz
Normal file
BIN
admin/charsets/mapfiles/MULE-ethiopic.map.gz
Normal file
Binary file not shown.
BIN
admin/charsets/mapfiles/MULE-ipa.map.gz
Normal file
BIN
admin/charsets/mapfiles/MULE-ipa.map.gz
Normal file
Binary file not shown.
BIN
admin/charsets/mapfiles/MULE-is13194.map.gz
Normal file
BIN
admin/charsets/mapfiles/MULE-is13194.map.gz
Normal file
Binary file not shown.
BIN
admin/charsets/mapfiles/MULE-lviscii.map.gz
Normal file
BIN
admin/charsets/mapfiles/MULE-lviscii.map.gz
Normal file
Binary file not shown.
BIN
admin/charsets/mapfiles/MULE-sisheng.map.gz
Normal file
BIN
admin/charsets/mapfiles/MULE-sisheng.map.gz
Normal file
Binary file not shown.
BIN
admin/charsets/mapfiles/MULE-tibetan.map.gz
Normal file
BIN
admin/charsets/mapfiles/MULE-tibetan.map.gz
Normal file
Binary file not shown.
BIN
admin/charsets/mapfiles/MULE-uviscii.map.gz
Normal file
BIN
admin/charsets/mapfiles/MULE-uviscii.map.gz
Normal file
Binary file not shown.
BIN
admin/charsets/mapfiles/PTCP154.gz
Normal file
BIN
admin/charsets/mapfiles/PTCP154.gz
Normal file
Binary file not shown.
76
admin/charsets/mapfiles/README
Normal file
76
admin/charsets/mapfiles/README
Normal file
|
|
@ -0,0 +1,76 @@
|
|||
Copyright (C) 2009 Free Software Foundation, Inc.
|
||||
Copyright (C) 2009
|
||||
National Institute of Advanced Industrial Science and Technology (AIST)
|
||||
Registration Number H13PRO009
|
||||
See the end of the file for license conditions.
|
||||
|
||||
The charset map files directory
|
||||
|
||||
This directory contains two kinds of charse map files; verbatim copies
|
||||
(or their compressed versions) of files freely available in the
|
||||
Internet, and newly created files based on freely available
|
||||
information.
|
||||
|
||||
(1) Copied files (all files are copied on 2009-06-12)
|
||||
|
||||
* CP932.TXT.gz
|
||||
|
||||
The uncompressed version is available at:
|
||||
<http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP932.TXT>
|
||||
|
||||
* PTCP154.gz
|
||||
|
||||
The uncompressed version is available at:
|
||||
<http://www.iana.org/assignments/charset-reg/PTCP154>
|
||||
|
||||
* Uni2JIS.gz
|
||||
|
||||
The version compressed by Unix's "compress" command is available at:
|
||||
<http://kanji.zinbun.kyoto-u.ac.jp/~yasuoka/ftp/CJKtable/Uni2JIS.Z>
|
||||
|
||||
* bulgarian-mik.txt.gz
|
||||
|
||||
It is available at:
|
||||
<http://czyborra.com/charsets/bulgarian-mik.txt.gz>.
|
||||
|
||||
* cns2ucsdkw.txt.gz
|
||||
|
||||
Uncompressed version is available at:
|
||||
<http://kanji-database.cvs.sourceforge.net/viewvc/*checkout*/kanji-database/kanji-database/data/cns2ucsdkw.txt?revision=1.4>
|
||||
|
||||
* stdenc.txt.gz and symbol.txt.gz
|
||||
|
||||
The uncompressed versions are available at:
|
||||
<http://www.unicode.org/Public/MAPPINGS/VENDORS/ADOBE/stdenc.txt>
|
||||
<http://www.unicode.org/Public/MAPPINGS/VENDORS/ADOBE/symbol.txt>
|
||||
|
||||
(2) Newly created files
|
||||
|
||||
* CP720.map.gz and CP858.map.gz
|
||||
|
||||
Created manually by looking at these pages:
|
||||
<http://en.wikipedia.org/wiki/Code_page_720>.
|
||||
<http://en.wikipedia.org/wiki/Code_page_859>.
|
||||
The text in that page is under the terms of the GNU Free Documentation
|
||||
License.
|
||||
|
||||
* MULE-*.map.gz
|
||||
|
||||
Created by using ../mule-charsets.el in Emacs 22 as this:
|
||||
% emacs-22 -batch -l ../mule-charsets.el
|
||||
|
||||
|
||||
This file is part of GNU Emacs.
|
||||
|
||||
GNU Emacs is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
GNU Emacs is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
|
||||
BIN
admin/charsets/mapfiles/Uni2JIS.gz
Normal file
BIN
admin/charsets/mapfiles/Uni2JIS.gz
Normal file
Binary file not shown.
BIN
admin/charsets/mapfiles/bulgarian-mik.txt.gz
Normal file
BIN
admin/charsets/mapfiles/bulgarian-mik.txt.gz
Normal file
Binary file not shown.
BIN
admin/charsets/mapfiles/cns2ucsdkw.txt.gz
Normal file
BIN
admin/charsets/mapfiles/cns2ucsdkw.txt.gz
Normal file
Binary file not shown.
BIN
admin/charsets/mapfiles/stdenc.txt.gz
Normal file
BIN
admin/charsets/mapfiles/stdenc.txt.gz
Normal file
Binary file not shown.
BIN
admin/charsets/mapfiles/symbol.txt.gz
Normal file
BIN
admin/charsets/mapfiles/symbol.txt.gz
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue