From: Kenichi Handa Date: Fri, 12 Jun 2009 07:35:10 +0000 (+0000) Subject: New file. X-Git-Tag: emacs-pretest-23.0.95~77 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=09e47eb57a02674d23234bf1c01c2ac1ab3f8c09;p=emacs.git New file. --- diff --git a/admin/ChangeLog b/admin/ChangeLog index 5ab169c0df8..05a938ca132 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -1,3 +1,21 @@ +2009-06-12 Kenichi Handa + + * 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 * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous diff --git a/admin/charsets/mapfiles/CP720.map.gz b/admin/charsets/mapfiles/CP720.map.gz new file mode 100644 index 00000000000..c8918bb30a3 Binary files /dev/null and b/admin/charsets/mapfiles/CP720.map.gz differ diff --git a/admin/charsets/mapfiles/CP858.map.gz b/admin/charsets/mapfiles/CP858.map.gz new file mode 100644 index 00000000000..ac9d75b277e Binary files /dev/null and b/admin/charsets/mapfiles/CP858.map.gz differ diff --git a/admin/charsets/mapfiles/CP932.TXT.gz b/admin/charsets/mapfiles/CP932.TXT.gz new file mode 100644 index 00000000000..63dcb0f6e16 Binary files /dev/null and b/admin/charsets/mapfiles/CP932.TXT.gz differ diff --git a/admin/charsets/mapfiles/MULE-ethiopic.map.gz b/admin/charsets/mapfiles/MULE-ethiopic.map.gz new file mode 100644 index 00000000000..d6ac5bbe064 Binary files /dev/null and b/admin/charsets/mapfiles/MULE-ethiopic.map.gz differ diff --git a/admin/charsets/mapfiles/MULE-ipa.map.gz b/admin/charsets/mapfiles/MULE-ipa.map.gz new file mode 100644 index 00000000000..7a046584f7d Binary files /dev/null and b/admin/charsets/mapfiles/MULE-ipa.map.gz differ diff --git a/admin/charsets/mapfiles/MULE-is13194.map.gz b/admin/charsets/mapfiles/MULE-is13194.map.gz new file mode 100644 index 00000000000..524359c5544 Binary files /dev/null and b/admin/charsets/mapfiles/MULE-is13194.map.gz differ diff --git a/admin/charsets/mapfiles/MULE-lviscii.map.gz b/admin/charsets/mapfiles/MULE-lviscii.map.gz new file mode 100644 index 00000000000..4bc0812b30e Binary files /dev/null and b/admin/charsets/mapfiles/MULE-lviscii.map.gz differ diff --git a/admin/charsets/mapfiles/MULE-sisheng.map.gz b/admin/charsets/mapfiles/MULE-sisheng.map.gz new file mode 100644 index 00000000000..eb9bf0d6897 Binary files /dev/null and b/admin/charsets/mapfiles/MULE-sisheng.map.gz differ diff --git a/admin/charsets/mapfiles/MULE-tibetan.map.gz b/admin/charsets/mapfiles/MULE-tibetan.map.gz new file mode 100644 index 00000000000..4f0b0fec200 Binary files /dev/null and b/admin/charsets/mapfiles/MULE-tibetan.map.gz differ diff --git a/admin/charsets/mapfiles/MULE-uviscii.map.gz b/admin/charsets/mapfiles/MULE-uviscii.map.gz new file mode 100644 index 00000000000..e41b9ad2ca8 Binary files /dev/null and b/admin/charsets/mapfiles/MULE-uviscii.map.gz differ diff --git a/admin/charsets/mapfiles/PTCP154.gz b/admin/charsets/mapfiles/PTCP154.gz new file mode 100644 index 00000000000..fd56923697c Binary files /dev/null and b/admin/charsets/mapfiles/PTCP154.gz differ diff --git a/admin/charsets/mapfiles/README b/admin/charsets/mapfiles/README new file mode 100644 index 00000000000..1cf3733c7af --- /dev/null +++ b/admin/charsets/mapfiles/README @@ -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: + + +* PTCP154.gz + +The uncompressed version is available at: + + +* Uni2JIS.gz + +The version compressed by Unix's "compress" command is available at: + + +* bulgarian-mik.txt.gz + +It is available at: + . + +* cns2ucsdkw.txt.gz + +Uncompressed version is available at: + + +* stdenc.txt.gz and symbol.txt.gz + +The uncompressed versions are available at: + + + +(2) Newly created files + +* CP720.map.gz and CP858.map.gz + +Created manually by looking at these pages: + . + . +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 . diff --git a/admin/charsets/mapfiles/Uni2JIS.gz b/admin/charsets/mapfiles/Uni2JIS.gz new file mode 100644 index 00000000000..d87c3af2338 Binary files /dev/null and b/admin/charsets/mapfiles/Uni2JIS.gz differ diff --git a/admin/charsets/mapfiles/bulgarian-mik.txt.gz b/admin/charsets/mapfiles/bulgarian-mik.txt.gz new file mode 100644 index 00000000000..7a9782dc48f Binary files /dev/null and b/admin/charsets/mapfiles/bulgarian-mik.txt.gz differ diff --git a/admin/charsets/mapfiles/cns2ucsdkw.txt.gz b/admin/charsets/mapfiles/cns2ucsdkw.txt.gz new file mode 100644 index 00000000000..d5041912211 Binary files /dev/null and b/admin/charsets/mapfiles/cns2ucsdkw.txt.gz differ diff --git a/admin/charsets/mapfiles/stdenc.txt.gz b/admin/charsets/mapfiles/stdenc.txt.gz new file mode 100644 index 00000000000..495e61c1cc4 Binary files /dev/null and b/admin/charsets/mapfiles/stdenc.txt.gz differ diff --git a/admin/charsets/mapfiles/symbol.txt.gz b/admin/charsets/mapfiles/symbol.txt.gz new file mode 100644 index 00000000000..07e35754e40 Binary files /dev/null and b/admin/charsets/mapfiles/symbol.txt.gz differ