mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 15:21:51 -08:00
47 lines
1.3 KiB
Text
47 lines
1.3 KiB
Text
2004-01-27 Kenichi Handa <handa@m17n.org>
|
|
|
|
* charsets/Makefile (TRANS_TABLE): New macro.
|
|
(JISX0208.map): Convert 0x2015 to 0x2014.
|
|
(cp51932.el): New target.
|
|
(eucjp-ms.el): New target.
|
|
(install): Include ${TRANS_TABLE}.
|
|
(CJK): Include JISX213A.map.
|
|
(JISX213A.map): New target.
|
|
|
|
* charsets/eucjp-ms.awk: New file.
|
|
|
|
* charsets/cp51932.awk: New file.
|
|
|
|
2004-01-26 Kenichi Handa <handa@m17n.org>
|
|
|
|
* charsets/cp932.awk: New file.
|
|
|
|
* charsets/Makefile (CP932-2BYTE.map): Call mapconv with
|
|
cp932.awk.
|
|
|
|
* charsets/mapconv: In UNICODE2 case, sort by 4th field after
|
|
running an awk program.
|
|
|
|
2004-01-25 Kenichi Handa <handa@m17n.org>
|
|
|
|
* charsets/mapconv: Handle UNICODE2.
|
|
|
|
* charsets/Makefile (CJK): Include CP932-2BYTE.map
|
|
(CP932-2BYTE.map): New target.
|
|
|
|
2003-08-16 Kenichi Handa <handa@m17n.org>
|
|
|
|
* charsets: New directory for scripts to generate charset map
|
|
files in ../etc/charsets/.
|
|
|
|
* charsets/Makefile, charsets/mapconv, charsets/compact.awk,
|
|
charsets/big5.awk charsets/gb18030-2.awk, charsets/gb18030-4.awk,
|
|
cahrsets/kuten.awk: New files.
|
|
|
|
;; Local Variables:
|
|
;; coding: iso-2022-7bit-unix
|
|
;; End:
|
|
|
|
Copyright (C) 2003 Free Software Foundation, Inc.
|
|
Copying and distribution of this file, with or without modification,
|
|
are permitted provided the copyright notice and this notice are preserved.
|