89756
|
1 2004-01-27 Kenichi Handa <handa@m17n.org>
|
|
2
|
|
3 * charsets/Makefile (TRANS_TABLE): New macro.
|
|
4 (JISX0208.map): Convert 0x2015 to 0x2014.
|
|
5 (cp51932.el): New target.
|
|
6 (eucjp-ms.el): New target.
|
|
7 (install): Include ${TRANS_TABLE}.
|
|
8
|
|
9 * charsets/eucjp-ms.awk: New file.
|
|
10
|
|
11 * charsets/cp51932.awk: New file.
|
|
12
|
89749
|
13 2004-01-26 Kenichi Handa <handa@m17n.org>
|
|
14
|
|
15 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with
|
|
16 cp932.awk.
|
|
17
|
|
18 * charsets/mapconv: In UNICODE2 case, sort by 4th field after
|
|
19 running an awk program.
|
|
20
|
89743
|
21 2004-01-25 Kenichi Handa <handa@m17n.org>
|
|
22
|
|
23 * charsets/mapconv: Handle UNICODE2.
|
|
24
|
|
25 * charsets/Makefile (CJK): Include CP932-2BYTE.map
|
|
26 (CP932-2BYTE.map): New target.
|
|
27
|
89483
|
28 2003-08-16 Kenichi Handa <handa@m17n.org>
|
|
29
|
|
30 * charsets: New directory for scripts to generate charset map
|
|
31 files in ../etc/charsets/.
|
|
32
|
|
33 * charsets/Makefile, charsets/mapconv, charsets/compact.awk,
|
|
34 charsets/big5.awk charsets/gb18030-2.awk, charsets/gb18030-4.awk,
|
|
35 cahrsets/kuten.awk: New files.
|
|
36
|
|
37 ;; Local Variables:
|
|
38 ;; coding: iso-2022-7bit-unix
|
|
39 ;; End:
|
|
40
|
|
41 Copyright (C) 2003 Free Software Foundation, Inc.
|
|
42 Copying and distribution of this file, with or without modification,
|
|
43 are permitted provided the copyright notice and this notice are preserved.
|