chise/xemacs-chise.git
22 years ago(put_char_id_table): Use `XCHAR_TABLE' instead of `XCHAR_ID_TABLE'.
tomo [Mon, 3 Sep 2001 07:12:24 +0000 (07:12 +0000)]
(put_char_id_table): Use `XCHAR_TABLE' instead of `XCHAR_ID_TABLE'.
(Fget_composite_char): Likewise.
(Fchar_variants): Likewise.
(put_char_table): Likewise.
(add_char_attribute_alist_mapper): Likewise.
(Fchar_attribute_alist): Likewise.
(Fget_char_attribute): Likewise.
(Fput_char_attribute): Likewise.
(Fmap_char_attribute): Likewise.
(Fmap_char_attribute): Likewise.

22 years ago(charset_code_point): Use `XCHAR_TABLE' instead of `XCHAR_ID_TABLE'.
tomo [Mon, 3 Sep 2001 06:56:58 +0000 (06:56 +0000)]
(charset_code_point): Use `XCHAR_TABLE' instead of `XCHAR_ID_TABLE'.
(encode_char_1): Likewise.

22 years agoupdate.
tomo [Mon, 3 Sep 2001 04:48:02 +0000 (04:48 +0000)]
update.

22 years ago(map_char_id_table): Use `Lisp_Char_Table' instead of
tomo [Mon, 3 Sep 2001 04:43:49 +0000 (04:43 +0000)]
(map_char_id_table): Use `Lisp_Char_Table' instead of
`Lisp_Char_ID_Table'.
(mark_char_id_table): Deleted.
(print_char_id_table): Likewise.
(char_id_table_equal): Likewise.
(char_id_table_hash): Likewise.
(char_id_table_description): Likewise.
(char_id_table): Likewise.
(make_char_id_table): Use `Fmake_char_table' and `fill_char_table'.
(get_char_id_table): Use `Lisp_Char_Table' instead of
`Lisp_Char_ID_Table'.
(put_char_id_table): Likewise.
(Fput_char_attribute): Use `XCHAR_TABLE' instead of `XCHAR_ID_TABLE'.
(Fremove_char_attribute): Likewise.
(syms_of_chartab): Don't define type `char-id-table'.

22 years ago(struct Lisp_Char_ID_Table): Deleted.
tomo [Mon, 3 Sep 2001 04:37:06 +0000 (04:37 +0000)]
(struct Lisp_Char_ID_Table): Deleted.
(char_id_table): Likewise.
(GC_CHAR_ID_TABLE_P): Likewise.
(Lisp_Char_ID_Table): Use structure `Lisp_Char_Table'.
(XCHAR_ID_TABLE): Use `XCHAR_TABLE'.
(XSETCHAR_ID_TABLE): Use `XSETCHAR_TABLE'.
(CHAR_ID_TABLE_P): Use `CHAR_TABLEP'.
(get_char_id_table): Use `Lisp_Char_Table' instead of
`Lisp_Char_ID_Table'.
(put_char_id_table_0): Likewise.
(put_char_id_table): Likewise.

22 years agoupdate.
tomo [Sun, 2 Sep 2001 17:22:41 +0000 (17:22 +0000)]
update.

22 years agoLisp_Byte_Table related codes are moved from chartab.h.
tomo [Sun, 2 Sep 2001 17:10:14 +0000 (17:10 +0000)]
Lisp_Byte_Table related codes are moved from chartab.h.

22 years agoMove Lisp_Byte_Table related codes to chartab.h.
tomo [Sun, 2 Sep 2001 17:09:03 +0000 (17:09 +0000)]
Move Lisp_Byte_Table related codes to chartab.h.

22 years agoupdate.
tomo [Sun, 2 Sep 2001 16:53:45 +0000 (16:53 +0000)]
update.

22 years agoDon't include "chartab.h".
tomo [Sun, 2 Sep 2001 16:40:25 +0000 (16:40 +0000)]
Don't include "chartab.h".
(struct Lisp_Char_ID_Table): Moved from char-ucs.h.
(Lisp_Char_ID_Table): Likewise.
(char_id_table): Likewise.
(XCHAR_ID_TABLE): Likewise.
(XSETCHAR_ID_TABLE): Likewise.
(CHAR_ID_TABLE_P): Likewise.
(GC_CHAR_ID_TABLE_P): Likewise.
(get_char_id_table): Likewise.

22 years agoInclude "chartab.h".
tomo [Sun, 2 Sep 2001 16:38:41 +0000 (16:38 +0000)]
Include "chartab.h".
(struct Lisp_Char_ID_Table): Moved to chartab.h.
(Lisp_Char_ID_Table): Likewise.
(char_id_table): Likewise.
(XCHAR_ID_TABLE): Likewise.
(XSETCHAR_ID_TABLE): Likewise.
(CHAR_ID_TABLE_P): Likewise.
(GC_CHAR_ID_TABLE_P): Likewise.
(get_char_id_table): Likewise.

22 years agoupdate. r21-2-41-chartab-1
tomo [Sun, 2 Sep 2001 15:09:51 +0000 (15:09 +0000)]
update.

22 years agoDelete dirty hack for XEmacs UTF-2000.
tomo [Sun, 2 Sep 2001 15:00:02 +0000 (15:00 +0000)]
Delete dirty hack for XEmacs UTF-2000.

22 years agoupdate.
tomo [Sun, 2 Sep 2001 14:54:44 +0000 (14:54 +0000)]
update.

22 years ago(copy_uint8_byte_table): New function.
tomo [Sun, 2 Sep 2001 14:29:03 +0000 (14:29 +0000)]
(copy_uint8_byte_table): New function.
(copy_uint16_byte_table): New function.
(copy_byte_table): New function.
(map_over_uint8_byte_table): Modify to avoid huge numbers of
characters to call.
(map_over_uint16_byte_table): Likewise.
(map_over_byte_table): Likewise.
(get_byte_table): Move prototype to chartab.h.
(put_byte_table): Likewise.
(put_char_id_table_0): Moved to chartab.h.
(mark_char_table_entry): Don't define in XEmacs UTF-2000.
(char_table_entry_equal): Likewise.
(char_table_entry_hash): Likewise.
(char_table_entry_description): Likewise.
(char_table_entry): Likewise.
(make_char_table_entry): Likewise.
(copy_char_table_entry): Likewise.
(get_non_ascii_char_table_value): Likewise.
(map_over_charset_ascii): Likewise.
(map_over_charset_control_1): Likewise.
(map_over_charset_row): Likewise.
(map_over_other_charset): Likewise.
(mark_char_table): Modify for new structure in XEmacs UTF-2000.
(print_char_table): Likewise.
(char_table_equal): Likewise.
(char_table_hash): Likewise.
(char_table_description): Likewise.
(fill_char_table): Likewise.
(Fcopy_char_table): Likewise.
(get_char_table): Likewise.
(Fget_range_char_table): Likewise.
(put_char_table): Likewise.
(map_char_table): Likewise.
(syms_of_chartab): Don't define `char_table_entry' in XEmacs UTF-2000.

22 years ago(vars_of_cmds): Use `put_char_id_table_0' for `Vauto_fill_chars' in
tomo [Sun, 2 Sep 2001 14:10:18 +0000 (14:10 +0000)]
(vars_of_cmds): Use `put_char_id_table_0' for `Vauto_fill_chars' in
XEmacs UTF-2000.

22 years ago(get_byte_table): New prototype [moved from chartab.c].
tomo [Sun, 2 Sep 2001 14:07:38 +0000 (14:07 +0000)]
(get_byte_table): New prototype [moved from chartab.c].
(put_byte_table): Likewise [moved from chartab.c].
(put_char_id_table_0): New inline function [moved from chartab.c].
(struct Lisp_Char_Table_Entry): Don't define in XEmacs UTF-2000.
(Lisp_Char_Table_Entry): Likewise.
(char_table_entry): Likewise.
(XCHAR_TABLE_ENTRY): Likewise.
(XSETCHAR_TABLE_ENTRY): Likewise.
(CHAR_TABLE_ENTRYP): Likewise.
(CHECK_CHAR_TABLE_ENTRY): Likewise.
(NUM_ASCII_CHARS): Likewise.
(struct Lisp_Char_Table): New implementation in XEmacs UTF-2000.
(CHAR_TABLE_VALUE_UNSAFE): Likewise.

22 years agoThis commit was manufactured by cvs2svn to create branch 'utf-2000-chartab'.
tomo [Sun, 2 Sep 2001 12:20:18 +0000 (12:20 +0000)]
This commit was manufactured by cvs2svn to create branch 'utf-2000-chartab'.

22 years agoupdate.
tomo [Sun, 2 Sep 2001 12:20:16 +0000 (12:20 +0000)]
update.

22 years agoMerge GB 12345 code points.
tomo [Sun, 2 Sep 2001 12:15:02 +0000 (12:15 +0000)]
Merge GB 12345 code points.

22 years agoMerge GB 12345 code points.
tomo [Sun, 2 Sep 2001 09:57:55 +0000 (09:57 +0000)]
Merge GB 12345 code points.
(U+71C5): Unify M-19398 instead of M-19399.
(M-19399): Delete C2-5833 and U+71C5.

22 years agoMerge GB 12345 code points.
tomo [Sun, 2 Sep 2001 08:53:05 +0000 (08:53 +0000)]
Merge GB 12345 code points.

22 years agoupdate.
tomo [Sun, 2 Sep 2001 07:20:24 +0000 (07:20 +0000)]
update.

22 years agoMerge GB 12345 code points.
tomo [Sun, 2 Sep 2001 05:08:08 +0000 (05:08 +0000)]
Merge GB 12345 code points.

22 years agoupdate.
tomo [Sun, 2 Sep 2001 03:52:37 +0000 (03:52 +0000)]
update.

22 years agoMerge GB 12345 code points.
tomo [Fri, 31 Aug 2001 08:22:45 +0000 (08:22 +0000)]
Merge GB 12345 code points.

22 years agoMerge GB 12345 code points.
tomo [Fri, 31 Aug 2001 08:17:34 +0000 (08:17 +0000)]
Merge GB 12345 code points.

22 years ago(U+767C): Unify G1-3722.
tomo [Fri, 31 Aug 2001 08:15:51 +0000 (08:15 +0000)]
(U+767C): Unify G1-3722.

22 years agoupdate.
tomo [Fri, 31 Aug 2001 08:03:32 +0000 (08:03 +0000)]
update.

22 years agoMerge GB 12345 code points.
tomo [Fri, 31 Aug 2001 07:22:11 +0000 (07:22 +0000)]
Merge GB 12345 code points.

22 years agoMerge GB 12345 code points.
tomo [Fri, 31 Aug 2001 07:16:53 +0000 (07:16 +0000)]
Merge GB 12345 code points.

22 years agoupdate.
tomo [Fri, 31 Aug 2001 06:06:05 +0000 (06:06 +0000)]
update.

22 years ago(get_char_id_table): Change interface.
tomo [Fri, 31 Aug 2001 06:03:21 +0000 (06:03 +0000)]
(get_char_id_table): Change interface.
(put_char_id_table_0): New function.
(put_char_id_table): Change interface; new implementation.
(Fget_composite_char): Modify for interface change of
`get_char_id_table'.
(Fchar_variants): Likewise.
(add_char_attribute_alist_mapper): Likewise.
(Fchar_attribute_alist): Likewise.
(Fget_char_attribute): Likewise.
(Fput_char_attribute): Allow coded-charset or [CODED-CHARSET ROW] as
same as character as the first argument like `put-char-table'; modify
for interface change of `put_char_id_table'.
(Fremove_char_attribute): Modify for interface change of
`put_char_id_table'.

22 years agoSync up with r21-2-41.
tomo [Fri, 31 Aug 2001 05:54:37 +0000 (05:54 +0000)]
Sync up with r21-2-41.
(COMPOSE_ADD_CHAR): Modify for interface change of
`get_char_id_table'.

22 years ago(put_char_ccs_code_point): Modify for interface change of
tomo [Fri, 31 Aug 2001 05:50:53 +0000 (05:50 +0000)]
(put_char_ccs_code_point): Modify for interface change of
`put_char_id_table'.
(remove_char_ccs): Likewise.

22 years ago(put_char_id_table): Change interface.
tomo [Fri, 31 Aug 2001 05:48:20 +0000 (05:48 +0000)]
(put_char_id_table): Change interface.

22 years ago(get_char_id_table): Change interface.
tomo [Fri, 31 Aug 2001 05:46:55 +0000 (05:46 +0000)]
(get_char_id_table): Change interface.
(charset_code_point): Modify for interface change of `get_char_id_table'.
(encode_char_1): Likewise.

22 years ago(U+77EF): Unify G1-3D43.
tomo [Fri, 31 Aug 2001 04:57:39 +0000 (04:57 +0000)]
(U+77EF): Unify G1-3D43.

22 years agoMerge GB 12345 code points.
tomo [Fri, 31 Aug 2001 04:41:17 +0000 (04:41 +0000)]
Merge GB 12345 code points.

22 years ago(U+769A): Unify G1-3028.
tomo [Fri, 31 Aug 2001 04:40:32 +0000 (04:40 +0000)]
(U+769A): Unify G1-3028.

22 years ago(U+7523): Unify G1-327A.
tomo [Fri, 31 Aug 2001 04:19:58 +0000 (04:19 +0000)]
(U+7523): Unify G1-327A.

22 years ago(U+750C): Unify G1-6A31.
tomo [Fri, 31 Aug 2001 04:19:10 +0000 (04:19 +0000)]
(U+750C): Unify G1-6A31.

22 years agoMerge GB 12345 code points.
tomo [Fri, 31 Aug 2001 04:14:40 +0000 (04:14 +0000)]
Merge GB 12345 code points.

22 years ago(U+7258): Unify G1-6B39.
tomo [Fri, 31 Aug 2001 04:13:08 +0000 (04:13 +0000)]
(U+7258): Unify G1-6B39.

22 years ago(U+723E): Unify G1-367B.
tomo [Fri, 31 Aug 2001 04:12:02 +0000 (04:12 +0000)]
(U+723E): Unify G1-367B.

22 years ago(U+723A): Unify G1-522F.
tomo [Fri, 31 Aug 2001 04:11:12 +0000 (04:11 +0000)]
(U+723A): Unify G1-522F.

22 years agoMerge GB 12345 code points.
tomo [Fri, 31 Aug 2001 04:09:28 +0000 (04:09 +0000)]
Merge GB 12345 code points.

22 years agoMerge GB 12345 code points.
tomo [Thu, 30 Aug 2001 02:51:46 +0000 (02:51 +0000)]
Merge GB 12345 code points.

22 years agoupdate.
tomo [Wed, 29 Aug 2001 09:37:34 +0000 (09:37 +0000)]
update.

22 years agoMerge GB 12345 code points.
tomo [Wed, 29 Aug 2001 07:38:23 +0000 (07:38 +0000)]
Merge GB 12345 code points.

22 years agoMerge GB 12345 code points.
tomo [Wed, 29 Aug 2001 06:27:48 +0000 (06:27 +0000)]
Merge GB 12345 code points.

22 years ago(U+4E78): Add `total-strokes'; unify G1-7C40.
tomo [Wed, 29 Aug 2001 06:26:37 +0000 (06:26 +0000)]
(U+4E78): Add `total-strokes'; unify G1-7C40.

22 years agoMerge GB 12345 code points.
tomo [Wed, 29 Aug 2001 05:05:02 +0000 (05:05 +0000)]
Merge GB 12345 code points.

22 years ago(M-16629): Use `<-vulgar-ideograph' instead of `vulgar-ideograph-of'.
tomo [Wed, 29 Aug 2001 05:02:49 +0000 (05:02 +0000)]
(M-16629): Use `<-vulgar-ideograph' instead of `vulgar-ideograph-of'.
Merge GB 12345 code points.

22 years agoMerge GB 12345 code points.
tomo [Tue, 28 Aug 2001 18:45:02 +0000 (18:45 +0000)]
Merge GB 12345 code points.

22 years agoMerge GB 12345 code points.
tomo [Tue, 28 Aug 2001 18:38:23 +0000 (18:38 +0000)]
Merge GB 12345 code points.

22 years agoMerge GB 12345 code points.
tomo [Tue, 28 Aug 2001 18:33:56 +0000 (18:33 +0000)]
Merge GB 12345 code points.
(C5-2148): Delete relation with U+6729; fix `morohashi-daikanwa';
relate to M-14416.
(U+6729): Unify G1-7D33.
(M-15492): Add `->same-ideograph'; use `<-vulgar-ideograph' instead of
`vulgar-char-of-shinjigen-1'.

22 years agoMerge GB 12345 code points.
tomo [Tue, 28 Aug 2001 17:24:01 +0000 (17:24 +0000)]
Merge GB 12345 code points.
(M-13886): Use `<-vulgar-ideograph' instead of `vulgar-ideograph-of';
unify G0-5667.
(C6-3836): Separated from M-14294 and moved from
Ideograph-R073-Say.el.

22 years agoupdate.
tomo [Tue, 28 Aug 2001 08:17:30 +0000 (08:17 +0000)]
update.

22 years agoMerge GB 12345 code points.
tomo [Tue, 28 Aug 2001 07:44:53 +0000 (07:44 +0000)]
Merge GB 12345 code points.

22 years ago(U+66F1): Delete `kangxi-radical' and `kangxi-strokes'; unify G1-7C21.
tomo [Tue, 28 Aug 2001 05:57:29 +0000 (05:57 +0000)]
(U+66F1): Delete `kangxi-radical' and `kangxi-strokes'; unify G1-7C21.
(U+7535): Add `total-strokes'.
(U+66F8): Separate C6-3836; unify G1-4A69.
(U+6703): Unify G1-3B61.

22 years agoMerge GB 12345 code points.
tomo [Tue, 28 Aug 2001 05:52:44 +0000 (05:52 +0000)]
Merge GB 12345 code points.

22 years agoMerge GB 12345 code points.
tomo [Mon, 27 Aug 2001 18:44:20 +0000 (18:44 +0000)]
Merge GB 12345 code points.

22 years agoMerge GB 12345 code points.
tomo [Mon, 27 Aug 2001 18:37:54 +0000 (18:37 +0000)]
Merge GB 12345 code points.

22 years ago(U+6595): Unify G1-6C35.
tomo [Mon, 27 Aug 2001 18:11:55 +0000 (18:11 +0000)]
(U+6595): Unify G1-6C35.

22 years agoupdate.
tomo [Mon, 27 Aug 2001 09:18:03 +0000 (09:18 +0000)]
update.

22 years agoMerge GB 12345 code points.
tomo [Mon, 27 Aug 2001 09:12:34 +0000 (09:12 +0000)]
Merge GB 12345 code points.

22 years agoupdate.
tomo [Sun, 26 Aug 2001 13:10:52 +0000 (13:10 +0000)]
update.

22 years agoMerge GB 12345 code points.
tomo [Sun, 26 Aug 2001 10:49:30 +0000 (10:49 +0000)]
Merge GB 12345 code points.

22 years agoMerge GB 12345 code points.
tomo [Sun, 26 Aug 2001 10:36:07 +0000 (10:36 +0000)]
Merge GB 12345 code points.

22 years agoMerge GB 12345 code points.
tomo [Sun, 26 Aug 2001 10:02:38 +0000 (10:02 +0000)]
Merge GB 12345 code points.

22 years agoMerge GB 12345 code points.
tomo [Sun, 26 Aug 2001 09:53:31 +0000 (09:53 +0000)]
Merge GB 12345 code points.

22 years agoMerge GB 12345 code points.
tomo [Sun, 26 Aug 2001 08:01:17 +0000 (08:01 +0000)]
Merge GB 12345 code points.

22 years ago(U+5E7E): Unify G1-3C38.
tomo [Sat, 25 Aug 2001 19:20:51 +0000 (19:20 +0000)]
(U+5E7E): Unify G1-3C38.

22 years ago(U+5DFC): Unify G1-7D60.
tomo [Sat, 25 Aug 2001 19:04:43 +0000 (19:04 +0000)]
(U+5DFC): Unify G1-7D60.

22 years agoMerge GB 12345 code points.
tomo [Sat, 25 Aug 2001 18:11:01 +0000 (18:11 +0000)]
Merge GB 12345 code points.

22 years agoMerge GB 12345 code points.
tomo [Sat, 25 Aug 2001 17:54:58 +0000 (17:54 +0000)]
Merge GB 12345 code points.
(M-05556): Separate C7-373F.

22 years agoMerge GB 12345 code points.
tomo [Sat, 25 Aug 2001 10:05:57 +0000 (10:05 +0000)]
Merge GB 12345 code points.

22 years agoMerge GB 12345 code points.
tomo [Sat, 25 Aug 2001 08:25:35 +0000 (08:25 +0000)]
Merge GB 12345 code points.

22 years ago(U+5F59): Unify G1-783D.
tomo [Fri, 24 Aug 2001 09:54:03 +0000 (09:54 +0000)]
(U+5F59): Unify G1-783D.

22 years ago(U+5E79): Unify G1-3849.
tomo [Fri, 24 Aug 2001 09:46:55 +0000 (09:46 +0000)]
(U+5E79): Unify G1-3849.

22 years ago(Character Reference): Add `sougen-irai-zokujifu'.
tomo [Fri, 24 Aug 2001 09:26:34 +0000 (09:26 +0000)]
(Character Reference): Add `sougen-irai-zokujifu'.

22 years agoAdd GB 12345 code points.
tomo [Fri, 24 Aug 2001 09:08:00 +0000 (09:08 +0000)]
Add GB 12345 code points.

22 years ago(JX2-253F): Add `total-strokes'.
tomo [Fri, 24 Aug 2001 08:58:33 +0000 (08:58 +0000)]
(JX2-253F): Add `total-strokes'.
(U+593B): Delete `kangxi-radical'; unify G1-7D6D.
- Add GB 12345 code points.

22 years ago(M-14871): Add `->same-ideograph' for M-05784; add
tomo [Fri, 24 Aug 2001 07:44:01 +0000 (07:44 +0000)]
(M-14871): Add `->same-ideograph' for M-05784; add
`<-vulgar-ideograph' for M-05802; separate J0-546D and C3-3478.

22 years agoAdd GB 12345 code points.
tomo [Fri, 24 Aug 2001 07:39:39 +0000 (07:39 +0000)]
Add GB 12345 code points.

22 years ago(U+591E): Unify G1-7D7E; fix `ideographic-strokes'; delete
tomo [Fri, 24 Aug 2001 07:29:59 +0000 (07:29 +0000)]
(U+591E): Unify G1-7D7E; fix `ideographic-strokes'; delete
`kangxi-radical'.
(M-05784): Add `->same-ideograph' for M-14871; add
`<-vulgar-ideograph' for M-05802; unify J78-546D and J83-546D.
(U+5922): Unify G1-434E.

22 years agoAdd GB 12345 code points.
tomo [Fri, 24 Aug 2001 07:26:43 +0000 (07:26 +0000)]
Add GB 12345 code points.

22 years ago(CJK RADICAL SECOND THREE): Unify Big5-8D43 and Big5-CDP-8D43.
tomo [Fri, 24 Aug 2001 06:40:30 +0000 (06:40 +0000)]
(CJK RADICAL SECOND THREE): Unify Big5-8D43 and Big5-CDP-8D43.

22 years agoupdate.
tomo [Fri, 24 Aug 2001 05:18:47 +0000 (05:18 +0000)]
update.

22 years agoUse Big5-CDP code point instead of private code point of UCS for
tomo [Thu, 23 Aug 2001 18:22:22 +0000 (18:22 +0000)]
Use Big5-CDP code point instead of private code point of UCS for
`ideographic-structure'.

22 years ago(U+F4D8): Separate Big5-8AFD and Big5-CDP-8AFD.
tomo [Thu, 23 Aug 2001 17:17:42 +0000 (17:17 +0000)]
(U+F4D8): Separate Big5-8AFD and Big5-CDP-8AFD.
(U+F617): Separate Big5-8D43 and Big5-CDP-8D43.

22 years ago(KANGXI RADICAL TONGUE): Add `total-strokes' and
tomo [Thu, 23 Aug 2001 16:02:35 +0000 (16:02 +0000)]
(KANGXI RADICAL TONGUE): Add `total-strokes' and
`ideographic-structure'; unify CDP-693, Big5-88EF and Big5-CDP-88EF.

22 years ago(U+820C): Unify Big5-A6DE instead of Big5-88EF and Big5-CDP-88EF.
tomo [Thu, 23 Aug 2001 15:58:50 +0000 (15:58 +0000)]
(U+820C): Unify Big5-A6DE instead of Big5-88EF and Big5-CDP-88EF.
- Add Big5 code points.
- Use `=>ucs' instead of `->ucs'.
- Add `ideograph-cdp' and `ideographic-structure'.

22 years ago(C3-212B): Unify Big5-8AFD and Big5-CDP-8AFD.
tomo [Thu, 23 Aug 2001 09:30:00 +0000 (09:30 +0000)]
(C3-212B): Unify Big5-8AFD and Big5-CDP-8AFD.
(M-03069): Use `<-original-ideograph' instead of
`original-char-of-shinjigen-1'.
- Add `chinese-big5' code points.
- Add `ideographic-structure'.
- Use `=>ucs' instead of `->ucs'.

22 years agoAdd `ideograph-cdp'.
tomo [Thu, 23 Aug 2001 09:23:41 +0000 (09:23 +0000)]
Add `ideograph-cdp'.

22 years agoUse `chinese-big5-cdp' instead of private code point of UCS in
tomo [Thu, 23 Aug 2001 09:22:55 +0000 (09:22 +0000)]
Use `chinese-big5-cdp' instead of private code point of UCS in
`ideographic-structure'.

22 years agoUse `chinese-big5-cdp' instead of private code point of UCS in
tomo [Thu, 23 Aug 2001 09:14:30 +0000 (09:14 +0000)]
Use `chinese-big5-cdp' instead of private code point of UCS in
`ideographic-structure'.

22 years agoUse `chinese-big5-cdp' instead of private code point of UCS in
tomo [Thu, 23 Aug 2001 09:07:20 +0000 (09:07 +0000)]
Use `chinese-big5-cdp' instead of private code point of UCS in
`ideographic-structure'.

22 years agoUse `chinese-big5-cdp' instead of private code point of UCS in
tomo [Thu, 23 Aug 2001 09:01:44 +0000 (09:01 +0000)]
Use `chinese-big5-cdp' instead of private code point of UCS in
`ideographic-structure'.