b70ffa8e5f26d2fafce383860b6397f2710cd437
[chise/xemacs-chise.git.1] / lisp / utf-2000 / maps-conf.el
1 (require 'read-maps)
2
3 (dolist (file '("J90-to-UCS.txt" "JSP-to-UCS.txt"
4                 "JX1-to-UCS.txt" "JX2-to-UCS.txt"
5                 "K0-to-UCS.txt"
6                 "G0-to-UCS.txt"
7                 "C2-to-UCS.txt"
8                 "C3-to-UCS.txt" "C4-to-UCS.txt"
9                 "C5-to-UCS.txt" "C6-to-UCS.txt"
10                 "C7-to-UCS.txt"
11                 "B-to-UCS.txt" "JC3-to-UCS.txt"))
12   (mapping-table-read-file (expand-file-name file "../etc/char-data/")))
13
14 (ucs-compat-read-file "../etc/char-data/UCS-compat.txt")
15
16 (jp-jouyou-read-file "../etc/char-data/jp-jouyou.txt")
17
18 (let ((ucs #xE000)
19       big5 chr
20       ret)
21   (while (<= ucs #xF848)
22     (setq chr (decode-char 'ucs ucs))
23     (when (setq big5 (get-char-attribute chr '=big5-pua))
24       (when (setq chr (decode-char '=big5-cdp big5))
25         (unless (get-char-attribute chr '=big5-cdp)
26           (put-char-attribute chr '=big5-cdp big5))))
27     (setq ucs (1+ ucs))))
28
29
30 (setq gt-pj-1-and-jis-x0208-1990-different-code-points
31       '(#x5C37 #x5C52 #x3521 #x5D62 #x5F4A
32         #x5F5B #x6062 #x4849 #x6173 #x306B
33         #x6328 #x6352 #x6362 #x6471 #x6524
34         #x6530 #x6549 #x6628 #x4356 #x665C
35         #x665D #x6661 #x6660 #x6663 #x4F38
36         #x666B #x4C2E #x6724 #x3D58 #x682B
37         #x427B #x4978 #x694A #x303A #x6A44
38         #x6B43 #x6B78 #x6C2E #x6C57 #x6D36
39         #x6D3A #x3D34 #x4A56 #x3063 #x3D3F
40         #x6E60 #x6F52 #x6F5C #x3458 #x4262
41         #x4E59 #x6F58 #x7051 #x7056 #x375B
42         #x7123 #x712A #x3142 #x3B41 #x7149
43         #x7165 #x7227 #x7233 #x733B #x4E6F
44         #x7366 #x7367 #x7368 #x736C #x5423
45         #x342A #x3476 #x5877 #x592D #x5A61
46         #x3522 #x334C #x657D #x657E #x6621
47         #x335C #x6D7D #x507C #x417C #x5371
48         #x3766 #x3E7D #x555D #x5739 #x5831
49         #x3F78 #x5973 #x5A33 #x5970 #x5A49
50         #x3F22 #x6026 #x4D32 #x612E #x4D63
51         #x4E57 #x316A #x4A43 #x723C #x6A64
52         #x6B36 #x6E43 #x3D36 #x6E44 #x3C60
53         #x6E45 #x6E46 #x6E48 #x6E4B #x6E4A
54         #x6E4F #x6E52 #x6E51 #x4830 #x6E54
55         #x6E55 #x395A #x724D #x737D #x3973
56         #x5379 #x5879 #x3D5D #x3C21 #x4C60
57         #x5267 #x722F #x3C39 #x3848 #x5578
58         #x4742 #x6950 #x697C #x6A24 #x5350
59         #x3326 #x5575 #x5A4B #x3647 #x343F
60         #x4337 #x492D #x3F6C #x6E4D #x4F3F
61         #x353D #x4324 #x475B #x6E47 #x4371
62         #x3F5D #x6E49 #x4D6F #x3C72 #x3D37
63         #x6E4C #x3B44 #x734E #x5567 #x545A
64         #x3071 #x332A #x516A #x476D #x3675
65         #x5734 #x552D #x565A #x564B #x5B79
66         #x5C74 #x5C27 #x5B5E #x3564 #x3823
67         #x6131 #x4A4D #x632E #x635E #x3729
68         #x3951 #x6967 #x704B #x3C38 #x6B26
69         #x4749 #x4428 #x3A47 #x6E4E #x4269
70         #x4043 #x6E56 #x6132 #x5C54 #x3557
71         #x5827 #x4C68 #x505B #x514A #x5D27
72         #x5563 #x5D7A #x4575 #x5F7C #x3B38
73         #x3237 #x3B51 #x596E #x5B5B #x6640
74         #x6D75 #x4D2C #x737B #x7379 #x5E7A
75         #x3E7A #x3865 #x557B #x436B #x413B
76         #x562D #x4C28 #x562F #x5631 #x5632
77         #x5633 #x5635 #x463D #x362E #x3265
78         #x563B #x4A76 #x5638 #x5637 #x3A6A
79         #x5642 #x563D #x5647 #x5641 #x5644
80         #x5648 #x564A #x3A37 #x564F #x4568
81         #x5653 #x5652 #x5654 #x5655 #x5659
82         #x565C #x3474 #x562E #x5630 #x5639
83         #x3D54 #x5645 #x564E #x5651 #x564C
84         #x3460 #x565B #x5628))
85
86 (map-char-attribute
87  (lambda (c v)
88    (unless (memq v gt-pj-1-and-jis-x0208-1990-different-code-points)
89      (put-char-attribute (decode-char 'japanese-jisx0208-1990 v)
90                          '=gt-pj-1 v))
91    nil)
92  '=gt-pj-1)
93
94 (let ((default-coded-charset-priority-list
95         '(=gt-pj-1
96           =gt-pj-2
97           =gt-pj-3
98           =gt-pj-4
99           =gt-pj-5
100           =gt-pj-6
101           =gt-pj-7
102           =gt-pj-8
103           =gt-pj-9
104           =gt-pj-10
105           =gt-pj-11
106           =gt-pj-k1
107           =gt-pj-k2))
108       (i 1)
109       chr ret)
110   (while (<= i 12000)
111     (when (and (setq ret (decode-char '=gt-k i))
112                (setq ret (split-char ret))
113                (memq (car ret) default-coded-charset-priority-list))
114       (when (setq chr (apply (function make-char) ret))
115         (put-char-attribute chr '=gt-k i)))
116     (setq i (1+ i))))
117
118 ;; (let (gt ret)
119 ;;   (dolist (ccs '(=gt-pj-1
120 ;;                  =gt-pj-2
121 ;;                  =gt-pj-3
122 ;;                  =gt-pj-4
123 ;;                  =gt-pj-5
124 ;;                  =gt-pj-6
125 ;;                  =gt-pj-7
126 ;;                  =gt-pj-8
127 ;;                  =gt-pj-9
128 ;;                  =gt-pj-10
129 ;;                  =gt-pj-11))
130 ;;     (map-char-attribute
131 ;;      (lambda (c v)
132 ;;        (when (setq gt (encode-char c '=gt))
133 ;;          (put-char-attribute c '=gt gt)
134 ;;          (put-char-attribute (decode-char ccs v) '=gt gt))
135 ;;        nil)
136 ;;      ccs)))
137
138 ;; (let (ret)
139 ;;   (dolist (feature
140 ;;            (let (dest)
141 ;;              (dolist (feature (char-attribute-list))
142 ;;                (when (string-match "\\*sources\\($\\|@[^\\*]+$\\)"
143 ;;                                    (symbol-name feature))
144 ;;                  (setq dest (cons feature dest))))
145 ;;              dest))
146 ;;     (map-char-attribute
147 ;;      (lambda (c v)
148 ;;        (when (setq ret (memq 'shinjigen-1 v))
149 ;;          (setcar ret 'shinjigen@1ed))
150 ;;        (when (setq ret (memq 'shinjigen-2 v))
151 ;;          (setcar ret 'shinjigen@rev))
152 ;;        nil)
153 ;;      feature)))
154
155 ;; (map-char-attribute
156 ;;  (lambda (c v)
157 ;;    (when (eq (encode-char c '=shinjigen@rev) v)
158 ;;      (put-char-attribute c '=shinjigen v)
159 ;;      (remove-char-attribute c '=shinjigen@1ed)
160 ;;      (remove-char-attribute c '=shinjigen@rev)
161 ;;      )
162 ;;    nil)
163 ;;  '=shinjigen@1ed)
164
165 ;; (let (ret)
166 ;;   (dolist (feature
167 ;;            (let (dest)
168 ;;              (dolist (feature (char-attribute-list))
169 ;;                (when (string-match "\\*sources\\($\\|@[^\\*]+$\\)"
170 ;;                                    (symbol-name feature))
171 ;;                  (setq dest (cons feature dest))))
172 ;;              dest))
173 ;;     (map-char-attribute
174 ;;      (lambda (c v)
175 ;;        (cond ((setq ret (memq 'shinjigen@1ed v))
176 ;;               (when (memq 'shinjigen@rev ret)
177 ;;                 (setcar ret 'shinjigen)
178 ;;                 (delq 'shinjigen@rev ret)
179 ;;                 ))
180 ;;              ((setq ret (memq 'shinjigen@rev v))
181 ;;               (when (memq 'shinjigen@1ed ret)
182 ;;                 (setcar ret 'shinjigen)
183 ;;                 (delq 'shinjigen@1ed ret)
184 ;;                 )))
185 ;;        nil)
186 ;;      feature)))
187
188 (dolist (ccs '(=jis-x0208 =jis-x0208@1990))
189   (map-char-attribute
190    (lambda (c v)
191      (unless (eq (encode-char c '=jis-x0213-1@2000) v)
192        (put-char-attribute c '=jis-x0213-1 v))
193      nil)
194    ccs))
195
196 (with-temp-buffer
197   (buffer-disable-undo)
198   (insert-file-contents "../etc/char-data/JX3-JX1-rep-diff.txt")
199   (goto-char (point-min))
200   (let (ku ten char code ucs)
201     (while (re-search-forward "^1-\\([0-9]+\\)-\\([0-9]+\\)[ \t]+" nil t)
202       (setq ku (string-to-number (match-string 1))
203             ten (string-to-number (match-string 2)))
204       (setq char (make-char '=jis-x0213-1@2000 (+ ku 32)(+ ten 32)))
205       (setq code (encode-char char '=jis-x0213-1@2000))
206       (put-char-attribute char '=jis-x0213-1@2000 code)
207       (remove-char-attribute char '=jis-x0213-1)
208       (remove-char-attribute char '=jis-x0213-1@2004)
209       (setq ucs (encode-char char '=ucs@jis/2000))
210       (remove-char-attribute char '=ucs@jis)
211       (remove-char-attribute char '=ucs@jis/2004)
212       (when (setq char (decode-char '=jis-x0213-1@2004 code))
213         (unless (eq (encode-char char '=ucs@jis/2004) ucs)
214           (put-char-attribute char '=ucs@jis/2004 ucs)))
215       (unless (eq code #x332A)
216         (when (setq char (decode-char '=>jis-x0208@1997 code 'defined-only))
217           (unless (eq (encode-char char '=>>jis-x0208) code)
218             (unless (eq (encode-char char '=+>jis-x0208) code)
219               (put-char-attribute char '=>jis-x0208 code)
220               (remove-char-attribute char '=>jis-x0208@1997)))))
221       )))
222
223 (map-char-attribute
224  (lambda (c v)
225    (unless (eq (encode-char c '=>jis-x0213-1) v)
226      (put-char-attribute c '=>jis-x0213-1 v))
227    nil)
228  '=>jis-x0208)
229
230 (dolist (aj1-f '(=>>>adobe-japan1 =>>adobe-japan1))
231   (map-char-attribute
232    (lambda (c v)
233      (cond
234       ((<= v 8283)
235        (remove-char-attribute c aj1-f)
236        (put-char-attribute c (intern (format "%s-0" aj1-f)) v)
237        )
238       ((<= v 8358)
239        (remove-char-attribute c aj1-f)
240        (put-char-attribute c (intern (format "%s-1" aj1-f)) v)
241        )
242       ((<= v 8719)
243        (remove-char-attribute c aj1-f)
244        (put-char-attribute c (intern (format "%s-2" aj1-f)) v)
245        )
246       ((<= v 9353)
247        (remove-char-attribute c aj1-f)
248        (put-char-attribute c (intern (format "%s-3" aj1-f)) v)
249        )
250       ((<= v 15443)
251        (remove-char-attribute c aj1-f)
252        (put-char-attribute c (intern (format "%s-4" aj1-f)) v)
253        )
254       ((<= v 20316)
255        (remove-char-attribute c aj1-f)
256        (put-char-attribute c (intern (format "%s-5" aj1-f)) v)
257        )
258       ((<= v 23057)
259        (remove-char-attribute c aj1-f)
260        (put-char-attribute c (intern (format "%s-6" aj1-f)) v)
261        ))
262      nil)
263    aj1-f))