chise/xemacs-chise.git-
21 years ago(insert-ideograph-radical-char-data): Ignore non-Unicode UCS
tomo [Sun, 14 Jul 2002 04:28:30 +0000 (04:28 +0000)]
(insert-ideograph-radical-char-data): Ignore non-Unicode UCS
code-points.

21 years agoupdate.
tomo [Thu, 11 Jul 2002 12:21:10 +0000 (12:21 +0000)]
update.

21 years agoFor some characters which have `->identical' attribute, each character
tomo [Thu, 11 Jul 2002 12:13:35 +0000 (12:13 +0000)]
For some characters which have `->identical' attribute, each character
and the correspondin character specified by the attribute value are
unified; use `ideographic-' instead.

21 years agoupdate.
tomo [Mon, 8 Jul 2002 16:56:52 +0000 (16:56 +0000)]
update.

21 years ago(decode_coding_utf8): Use `COMPOSE_FLUSH_CHARS' and
tomo [Mon, 8 Jul 2002 16:53:46 +0000 (16:53 +0000)]
(decode_coding_utf8): Use `COMPOSE_FLUSH_CHARS' and
`COMPOSE_ADD_CHAR'.
(decode_coding_iso2022): Use `decode_flush_er_chars'.

21 years agoSync up with r21-2-44-utf-2000-0_19-er1_1-n11.
tomo [Mon, 8 Jul 2002 09:47:14 +0000 (09:47 +0000)]
Sync up with r21-2-44-utf-2000-0_19-er1_1-n11.

21 years ago(utf-8-er): New coding-system in UTF-2000; setup
tomo [Mon, 8 Jul 2002 09:46:20 +0000 (09:46 +0000)]
(utf-8-er): New coding-system in UTF-2000; setup
`coded-charset-entity-reference-alist'.

21 years agoSync up with r21-2-44-utf-2000-0_19-er1_1-n11.
tomo [Mon, 8 Jul 2002 09:28:23 +0000 (09:28 +0000)]
Sync up with r21-2-44-utf-2000-0_19-er1_1-n11.

22 years agoAdd `EXFUN' for `Fstring_to_number'.
tomo [Mon, 8 Jul 2002 08:45:11 +0000 (08:45 +0000)]
Add `EXFUN' for `Fstring_to_number'.

22 years ago(Vcoded_charset_entity_reference_alist): New variable.
tomo [Mon, 8 Jul 2002 08:42:53 +0000 (08:42 +0000)]
(Vcoded_charset_entity_reference_alist): New variable.
(Quse_entity_reference): New variable.
(Qd): New variable.
(Qx): New variable.
(QX): New variable.
(coding_system_description): Add description for `ccs_priority_list'.
(mark_coding_system): Mark `ccs_priority_list' in UTF-2000.
(allocate_coding_system): Initialize `ccs_priority_list' in UTF-2000.
(Fmake_coding_system): Add description about 'use-entity-reference;
setup CODING_SYSTEM_USE_ENTITY_REFERENCE(codesys).
(Fcoding_system_property): Accept `disable-composition' and
`use-entity-reference' in UTF-2000.
(struct decoding_stream): Add new member `er_counter' and `er_buf' in
UTF-2000.

(decode_flush_er_chars): New inline function.
(decode_add_er_char): New function.
(decode_coding_utf8): Use `decode_flush_er_chars' and
`decode_add_er_char'.

(COMPOSE_FLUSH_CHARS): Use `decode_add_er_char' instead of
`DECODE_ADD_UCS_CHAR'.
(COMPOSE_ADD_CHAR): Likewise.

(reset_decoding_stream): Initialize `str->er_counter' in UTF-2000.

(decode_coding_big5): Use `decode_defined_char' instead of
`DECODE_DEFINED_CHAR'.

(decode_coding_utf8): Decode entity-reference if
CODING_SYSTEM_USE_ENTITY_REFERENCE (str->codesys).
(char_encode_utf8): Encode non-Unicode characters as entity-references
if CODING_SYSTEM_USE_ENTITY_REFERENCE(str->codesys).
(syms_of_file_coding): Add new symbols `use-entity-reference', `d',
`x', `X'.
(vars_of_file_coding): Add new variable
`coded-charset-entity-reference-alist'.
(complex_vars_of_file_coding): Declare `disable-composition' and
`use-entity-reference' to be coding-system-properties in UTF-2000.

22 years ago(struct Lisp_Coding_System): Add new member `use_entity_reference' and
tomo [Mon, 8 Jul 2002 08:19:47 +0000 (08:19 +0000)]
(struct Lisp_Coding_System): Add new member `use_entity_reference' and
`ccs_priority_list'.
(CODING_SYSTEM_USE_ENTITY_REFERENCE): New macro.
(CODING_SYSTEM_CCS_PRIORITY_LIST): New macro.
(XCODING_SYSTEM_USE_ENTITY_REFERENCE): New macro.

22 years ago(CHARSET_BYTE_SIZE): Moved to char-ucs.h.
tomo [Mon, 8 Jul 2002 08:18:17 +0000 (08:18 +0000)]
(CHARSET_BYTE_SIZE): Moved to char-ucs.h.
(XCHARSET_BYTE_SIZE): Likewise.

(decoding_table_remove_char): Moved to char-ucs.h.
(decoding_table_put_char): Likewise.

(put_char_ccs_code_point): Delete unused codes.

(put_char_ccs_code_point): Don't prepare a vector for decoding-table.

(put_char_ccs_code_point): Modify for `decoding_table_remove_char' and
`decoding_table_put_char'.
(remove_char_ccs): Modify for `decoding_table_remove_char'.

(remove_char_ccs): Store Qunbound instead of Qnil into encoding_table.
(make_charset): Use Qunbound instead Qnil as initial value of
decoding_table.

(decode_defined_char): New function; search mother.
(decode_builtin_char): Don't search mother if
XCHARSET_MAX_CODE(charset) == 0.
(charset_code_point): Search mother if XCHARSET_MAX_CODE(charset) == 0
even if code >= XCHARSET_MAX_CODE(charset).
(Fdecode_char): Use `decode_defined_char' instead of
`DECODE_DEFINED_CHAR'.
(complex_vars_of_mule_charset): Specify `Vcharset_ucs' as the
mother of `Vcharset_ucs_jis'.

22 years agoAdd `extern' for `Vcharset_ucs'.
tomo [Mon, 8 Jul 2002 08:11:50 +0000 (08:11 +0000)]
Add `extern' for `Vcharset_ucs'.

(CHARSET_BYTE_SIZE): New inline function [moved from mule-charset.c].
(XCHARSET_BYTE_SIZE): Likewise.

(get_ccs_octet_table): New inline function.
(put_ccs_octet_table): Likewise.

(decoding_table_put_char): New inline function [moved from
mule-charset.c].
(decoding_table_remove_char): New inline function [moved from
mule-charset.c].

(decode_defined_char): Renamed from `DECODE_DEFINED_CHAR'; changed to
normal function.
(DECODE_CHAR): Use `decode_defined_char' instead of
`DECODE_DEFINED_CHAR'.

22 years agoupdate.
tomo [Thu, 4 Jul 2002 18:58:03 +0000 (18:58 +0000)]
update.

22 years ago(C4-2152): Unify U+5188; use `ideographic-' attribute instead of
tomo [Thu, 4 Jul 2002 18:51:34 +0000 (18:51 +0000)]
(C4-2152): Unify U+5188; use `ideographic-' attribute instead of
`ideographic-radical' and `ideographic-strokes'.

22 years ago(C3-2345): Unify U+4E54; use `ideographic-' attribute instead of
tomo [Thu, 4 Jul 2002 18:49:20 +0000 (18:49 +0000)]
(C3-2345): Unify U+4E54; use `ideographic-' attribute instead of
`ideographic-radical' and `ideographic-strokes'.

22 years ago(U+51E1): Unify C1-443B; use `ideographic-' attribute instead of
tomo [Thu, 4 Jul 2002 18:47:38 +0000 (18:47 +0000)]
(U+51E1): Unify C1-443B; use `ideographic-' attribute instead of
`ideographic-radical' and `ideographic-strokes'; delete `->identical'
for C1-443B.

22 years ago(U+5188): Unify C4-2152; use `ideographic-' attribute instead of
tomo [Thu, 4 Jul 2002 18:46:05 +0000 (18:46 +0000)]
(U+5188): Unify C4-2152; use `ideographic-' attribute instead of
`ideographic-radical' and `ideographic-strokes'; delete `->identical'
for C4-2152.

22 years ago(M-00239): Unify U-00020029; use `ideographic-' attribute instead of
tomo [Thu, 4 Jul 2002 17:17:51 +0000 (17:17 +0000)]
(M-00239): Unify U-00020029; use `ideographic-' attribute instead of
`ideographic-radical' and `ideographic-strokes'; delete `->identical'
for U-00020029.

22 years ago(U+4E54): Unify C3-2345; use `ideographic-' attribute instead of
tomo [Thu, 4 Jul 2002 17:16:00 +0000 (17:16 +0000)]
(U+4E54): Unify C3-2345; use `ideographic-' attribute instead of
`ideographic-radical' and `ideographic-strokes'; delete `->identical'
for C3-2345.

22 years ago(C1-443B): Unify U+51E1; use `ideographic-' attribute instead of
tomo [Thu, 4 Jul 2002 17:13:26 +0000 (17:13 +0000)]
(C1-443B): Unify U+51E1; use `ideographic-' attribute instead of
`ideographic-radical' and `ideographic-strokes'; delete `->identical'
for U+51E1.

22 years ago(U-00020029): Unify M-00239; use `ideographic-' attribute instead of
tomo [Thu, 4 Jul 2002 17:11:23 +0000 (17:11 +0000)]
(U-00020029): Unify M-00239; use `ideographic-' attribute instead of
`ideographic-radical' and `ideographic-strokes'; delete `->identical'
for M-00239.

22 years agoupdate.
tomo [Thu, 4 Jul 2002 16:52:41 +0000 (16:52 +0000)]
update.

22 years ago(insert-ideograph-radical-char-data): Specify optional argument
tomo [Thu, 4 Jul 2002 16:48:43 +0000 (16:48 +0000)]
(insert-ideograph-radical-char-data): Specify optional argument
`radical' of `ideograph-char<' instead of bind `ideographic-radical'.

22 years agoupdate.
tomo [Thu, 4 Jul 2002 05:52:38 +0000 (05:52 +0000)]
update.

22 years agoReformatted.
tomo [Thu, 4 Jul 2002 05:40:29 +0000 (05:40 +0000)]
Reformatted.

22 years ago(M-09592): Unify U-00020020; use `ideographic-' attribute instead of
tomo [Thu, 4 Jul 2002 05:34:00 +0000 (05:34 +0000)]
(M-09592): Unify U-00020020; use `ideographic-' attribute instead of
`ideographic-radical' and `ideographic-strokes'; delete `->identical'
for U-00020020.

22 years ago(BC-8B4A): Unify U-20089; use `ideographic-' attribute instead of
tomo [Thu, 4 Jul 2002 05:30:05 +0000 (05:30 +0000)]
(BC-8B4A): Unify U-20089; use `ideographic-' attribute instead of
`ideographic-radical' and `ideographic-strokes'; delete `<-radical'
for U-00020089.

22 years ago(U-00020089): Unify GT-00008; use `ideographic-' attribute instead of
tomo [Thu, 4 Jul 2002 05:26:02 +0000 (05:26 +0000)]
(U-00020089): Unify GT-00008; use `ideographic-' attribute instead of
`ideographic-radical' and `ideographic-strokes'; delete `->identical'
for GT-00008.

22 years ago(GT-00008): Unify U-00020089; use `ideographic-' attribute instead of
tomo [Thu, 4 Jul 2002 05:23:39 +0000 (05:23 +0000)]
(GT-00008): Unify U-00020089; use `ideographic-' attribute instead of
`ideographic-radical' and `ideographic-strokes'; delete `->identical'
for U-00020089.
(U-00020020): Unify M-09592; use `ideographic-' attribute instead of
`ideographic-radical' and `ideographic-strokes'; delete `->identical'
for M-09592.

22 years ago(char-db-insert-char-reference): Don't insert line-break just before
tomo [Thu, 4 Jul 2002 05:17:32 +0000 (05:17 +0000)]
(char-db-insert-char-reference): Don't insert line-break just before
final `)'; add formatter for `:radical'.
(insert-char-attributes): Add formatter for `ideographic-' property;
regard ->FOO and <-FOO as list of char-refs.

22 years ago(char-ideographic-radical): Add new optional argument `radical'; refer
tomo [Thu, 4 Jul 2002 05:05:51 +0000 (05:05 +0000)]
(char-ideographic-radical): Add new optional argument `radical'; refer
`ideographic-' property.
(char-ideographic-strokes): Likewise.
(update-ideograph-radical-table): Check `ideographic-' property too.
(ideographic-radical): New variable.
(char-daikanwa-strokes): Add new optional argument `radical'.
(ideograph-char<): Add new optional argument `radical'.
(insert-ideograph-radical-char-data): Bind `ideographic-radical' as
argument `radical'.

22 years agoupdate.
tomo [Mon, 1 Jul 2002 10:53:36 +0000 (10:53 +0000)]
update.

22 years agoAdd some missing mappings for CJK Ex-B code points and/or fix some
tomo [Mon, 1 Jul 2002 10:50:15 +0000 (10:50 +0000)]
Add some missing mappings for CJK Ex-B code points and/or fix some
definitions.

22 years ago(Character Reference): Add `henkai-ruihen'.
tomo [Mon, 1 Jul 2002 10:42:06 +0000 (10:42 +0000)]
(Character Reference): Add `henkai-ruihen'.

22 years agoupdate.
tomo [Tue, 25 Jun 2002 06:58:42 +0000 (06:58 +0000)]
update.

22 years agoReformatted; fix and/or add some definitions.
tomo [Tue, 25 Jun 2002 06:54:54 +0000 (06:54 +0000)]
Reformatted; fix and/or add some definitions.

22 years agoupdate.
tomo [Mon, 24 Jun 2002 09:23:10 +0000 (09:23 +0000)]
update.

22 years ago(char-attributes-poly<): New function.
tomo [Mon, 24 Jun 2002 09:20:05 +0000 (09:20 +0000)]
(char-attributes-poly<): New function.
(char-daikanwa-strokes): Likewise.
(char-daikanwa): Likewise.
(char-ucs): Likewise.
(char-id): Likewise.
(ideograph-char<): New implementation [use `char-attributes-poly<'].

22 years agoupdate.
tomo [Fri, 21 Jun 2002 09:53:47 +0000 (09:53 +0000)]
update.

22 years agoAdd some missing mappings for Big5 code points or fix some definitions.
tomo [Fri, 21 Jun 2002 09:50:42 +0000 (09:50 +0000)]
Add some missing mappings for Big5 code points or fix some definitions.

22 years agoupdate.
tomo [Fri, 7 Jun 2002 08:12:08 +0000 (08:12 +0000)]
update.

22 years agoAdd some mappings for CJK Ext-B code points.
tomo [Fri, 7 Jun 2002 08:08:37 +0000 (08:08 +0000)]
Add some mappings for CJK Ext-B code points.

22 years agoupdate.
tomo [Tue, 14 May 2002 23:35:45 +0000 (23:35 +0000)]
update.

22 years ago(M-20786'): Unify GT-26606.
tomo [Tue, 14 May 2002 23:29:53 +0000 (23:29 +0000)]
(M-20786'): Unify GT-26606.

22 years ago(GT-26606): New character.
tomo [Tue, 14 May 2002 23:28:08 +0000 (23:28 +0000)]
(GT-26606): New character.

22 years agoupdate.
tomo [Tue, 14 May 2002 11:26:58 +0000 (11:26 +0000)]
update.

22 years agoAdd some mappings for CJK Ext-B code points.
tomo [Tue, 14 May 2002 11:11:19 +0000 (11:11 +0000)]
Add some mappings for CJK Ext-B code points.

22 years agoupdate.
tomo [Tue, 14 May 2002 11:03:59 +0000 (11:03 +0000)]
update.

22 years ago(GT-30254): New character.
tomo [Tue, 14 May 2002 11:01:39 +0000 (11:01 +0000)]
(GT-30254): New character.

22 years agoupdate.
tomo [Thu, 18 Apr 2002 10:34:43 +0000 (10:34 +0000)]
update.

22 years ago- Use `hanyu-dazidian' instead of `hanyu-dazidian-vol',
tomo [Thu, 18 Apr 2002 10:28:18 +0000 (10:28 +0000)]
- Use `hanyu-dazidian' instead of `hanyu-dazidian-vol',
  `hanyu-dazidian-page' and `hanyu-dazidian-char'.
- Add some mappings for Hanziku code points.
- Use `=>ucs' instead of `->ucs'.

22 years agoupdate.
tomo [Fri, 12 Apr 2002 08:57:19 +0000 (08:57 +0000)]
update.

22 years agoReformatted for new builtin representation of Big5 variants.
tomo [Fri, 12 Apr 2002 08:54:41 +0000 (08:54 +0000)]
Reformatted for new builtin representation of Big5 variants.

22 years agoupdate.
tomo [Fri, 12 Apr 2002 07:46:07 +0000 (07:46 +0000)]
update.

22 years ago(char-db-coded-charset-priority-list): Modify for new definitions of
tomo [Fri, 12 Apr 2002 07:40:40 +0000 (07:40 +0000)]
(char-db-coded-charset-priority-list): Modify for new definitions of
big5 variants.

22 years agoUse `chinese-big5-pua' instead of `chinese-big5'.
tomo [Fri, 12 Apr 2002 07:35:05 +0000 (07:35 +0000)]
Use `chinese-big5-pua' instead of `chinese-big5'.

22 years ago- Use `chinese-big5-pua' instead of `chinese-big5' as the private used
tomo [Fri, 12 Apr 2002 05:31:04 +0000 (05:31 +0000)]
- Use `chinese-big5-pua' instead of `chinese-big5' as the private used
  area of Big5.
- Comment out code to remove `chinese-big5' attribute from
  `chinese-big5-cdp' characters.

22 years agoupdate.
tomo [Fri, 12 Apr 2002 05:26:34 +0000 (05:26 +0000)]
update.

22 years ago(default-coded-charset-priority-list): Add `chinese-big5-eten-a' and
tomo [Fri, 12 Apr 2002 05:22:45 +0000 (05:22 +0000)]
(default-coded-charset-priority-list): Add `chinese-big5-eten-a' and
`chinese-big5-eten-b'.

22 years ago(chinese-big5-pua): New coded-charset.
tomo [Fri, 12 Apr 2002 05:20:32 +0000 (05:20 +0000)]
(chinese-big5-pua): New coded-charset.
(chinese-big5-eten-a): Likewise.
(chinese-big5-eten-b): Likewise.
(chinese-big5-cdp): Declare as a subset of `chinese-big5' whose code
range is #x8140 .. #x8DFE.

22 years agoupdate.
tomo [Fri, 12 Apr 2002 05:10:54 +0000 (05:10 +0000)]
update.

22 years ago(decode_builtin_char): Use `decode_builtin_char' instead of
tomo [Fri, 12 Apr 2002 05:08:34 +0000 (05:08 +0000)]
(decode_builtin_char): Use `decode_builtin_char' instead of
`DECODE_CHAR' for mother; don't use special code for chinese-big5 to
use code space of chinese-big5-1 and chinese-big5-2.
(complex_vars_of_mule_charset): Use `MIN_CHAR_BIG5_CDP' and
`MAX_CHAR_BIG5_CDP' for chinese-big5.

22 years ago(MIN_CHAR_BIG5_CDP): Revival.
tomo [Fri, 12 Apr 2002 05:02:27 +0000 (05:02 +0000)]
(MIN_CHAR_BIG5_CDP): Revival.
(MAX_CHAR_BIG5_CDP): Revival.

22 years agoupdate.
tomo [Thu, 11 Apr 2002 08:50:55 +0000 (08:50 +0000)]
update.

22 years ago(complex_vars_of_mule_charset): Use "big5-0" as the XLFD
tomo [Thu, 11 Apr 2002 08:49:47 +0000 (08:49 +0000)]
(complex_vars_of_mule_charset): Use "big5-0" as the XLFD
registry-encoding name of `chinese-big5'.

22 years agoupdate.
tomo [Wed, 10 Apr 2002 11:27:04 +0000 (11:27 +0000)]
update.

22 years ago(GT-19655): New character.
tomo [Wed, 10 Apr 2002 11:07:31 +0000 (11:07 +0000)]
(GT-19655): New character.
(GT-19656): Likewise.
(GT-19861): Likewise.

22 years ago(U+69EA): Unify GT-19655; separate C3-4C60.
tomo [Wed, 10 Apr 2002 11:04:56 +0000 (11:04 +0000)]
(U+69EA): Unify GT-19655; separate C3-4C60.
(M-15364'): Unify GT-19656.
(K0-4B48): Unify GT-19861.

22 years agoupdate.
tomo [Wed, 10 Apr 2002 04:47:55 +0000 (04:47 +0000)]
update.

22 years ago(insert-ideograph-radical-char-data): Refer
tomo [Wed, 10 Apr 2002 04:41:45 +0000 (04:41 +0000)]
(insert-ideograph-radical-char-data): Refer
`char-db-ignored-attributes'.

22 years agoupdate.
tomo [Wed, 10 Apr 2002 04:13:41 +0000 (04:13 +0000)]
update.

22 years ago(char-db-insert-char-spec): Refer `char-db-ignored-attributes'; add
tomo [Wed, 10 Apr 2002 04:10:00 +0000 (04:10 +0000)]
(char-db-insert-char-spec): Refer `char-db-ignored-attributes'; add
`ideographic-structure' into requesting non-CCS attributes if
requesting is nil.
(char-db-ignored-attributes): New variable.
(insert-char-attributes): Refer `char-db-ignored-attributes'.

22 years agoupdate.
tomo [Wed, 10 Apr 2002 04:05:24 +0000 (04:05 +0000)]
update.

22 years ago(C3-275D): Unify H1-EA70.
tomo [Wed, 10 Apr 2002 04:01:52 +0000 (04:01 +0000)]
(C3-275D): Unify H1-EA70.
(U+523C): Separate H1-EA70.

22 years ago(JX1-7643): Unify JC3-54DC.
tomo [Wed, 10 Apr 2002 03:29:21 +0000 (03:29 +0000)]
(JX1-7643): Unify JC3-54DC.
(J0-4A62): Separate JC3-54DC.

22 years ago(C3-403F): Unify H1-D9DB.
tomo [Wed, 10 Apr 2002 03:25:34 +0000 (03:25 +0000)]
(C3-403F): Unify H1-D9DB.
(U+517E): Separate H1-D9DB.

22 years ago(U+4F8C): Delete `hanyu-dazidian-{vol|page|char}'.
tomo [Wed, 10 Apr 2002 03:23:43 +0000 (03:23 +0000)]
(U+4F8C): Delete `hanyu-dazidian-{vol|page|char}'.

22 years agoupdate.
tomo [Tue, 9 Apr 2002 11:27:51 +0000 (11:27 +0000)]
update.

22 years ago(U+5188): Unify BE-C8A2 instead of B-C8A2; unify BC-85BE.
tomo [Tue, 9 Apr 2002 11:24:37 +0000 (11:24 +0000)]
(U+5188): Unify BE-C8A2 instead of B-C8A2; unify BC-85BE.

22 years agoupdate.
tomo [Tue, 9 Apr 2002 03:27:54 +0000 (03:27 +0000)]
update.

22 years agoupdate.
tomo [Tue, 9 Apr 2002 03:19:10 +0000 (03:19 +0000)]
update.

22 years agoupdate.
tomo [Mon, 8 Apr 2002 17:40:58 +0000 (17:40 +0000)]
update.

22 years agoupdate.
tomo [Mon, 8 Apr 2002 17:35:42 +0000 (17:35 +0000)]
update.

22 years ago(char-attribute-name<): Modify for new charset-id allocation method
tomo [Mon, 8 Apr 2002 17:31:45 +0000 (17:31 +0000)]
(char-attribute-name<): Modify for new charset-id allocation method
for private coded-charsets.

22 years ago(chinese-big5-eten): New coded-charset in UTF-2000.
tomo [Mon, 8 Apr 2002 17:29:01 +0000 (17:29 +0000)]
(chinese-big5-eten): New coded-charset in UTF-2000.
(chinese-big5-cdp): Likewise.

22 years ago(Vcharset_chinese_big5_cdp): Deleted.
tomo [Mon, 8 Apr 2002 17:26:42 +0000 (17:26 +0000)]
(Vcharset_chinese_big5_cdp): Deleted.
(Qchinese_big5_cdp): Deleted.
(syms_of_mule_charset): Delete symbol `chinese-big5-cdp'.
(complex_vars_of_mule_charset): Delete coded-charset
`chinese-big5-cdp'.

22 years ago(CHARSET_ID_OFFSET): Deleted.
tomo [Mon, 8 Apr 2002 17:24:31 +0000 (17:24 +0000)]
(CHARSET_ID_OFFSET): Deleted.
(LEADING_BYTE_*): Use `MIN_LEADING_BYTE + n' instead of
`CHARSET_ID_OFFSET - n' for private CCS.
(LEADING_BYTE_CHINESE_BIG5_CDP): Deleted.
(MIN_LEADING_BYTE_PRIVATE): Use `(MIN_LEADING_BYTE + 97)' instead of
`MIN_LEADING_BYTE'.
(MAX_LEADING_BYTE_PRIVATE): Use `-1' instead of `(CHARSET_ID_OFFSET -
97)'.
(MIN_CHAR_BIG5_CDP): Deleted.
(MAX_CHAR_BIG5_CDP): Deleted.

22 years ago- Use `=>ucs' instead of `->ucs'.
tomo [Mon, 8 Apr 2002 12:18:49 +0000 (12:18 +0000)]
- Use `=>ucs' instead of `->ucs'.
- Use `hanyu-dazidian' instead of `hanyu-dazidian-vol',
  `hanyu-dazidian-page' and `hanyu-dazidian-char'.
- Add some mappings for Hanziku code points.

22 years ago(U+7F53): Separate BC-85BE.
tomo [Mon, 8 Apr 2002 10:35:33 +0000 (10:35 +0000)]
(U+7F53): Separate BC-85BE.
- Use `=>ucs' instead of `->ucs'.
- Use `hanyu-dazidian' instead of `hanyu-dazidian-vol',
  `hanyu-dazidian-page' and `hanyu-dazidian-char'; add some mappings for
  Hanziku code points.

22 years ago- Use `=>ucs' instead of `->ucs'.
tomo [Mon, 8 Apr 2002 06:58:27 +0000 (06:58 +0000)]
- Use `=>ucs' instead of `->ucs'.
- Use `hanyu-dazidian' instead of `hanyu-dazidian-vol',
  `hanyu-dazidian-page' and `hanyu-dazidian-char'.
- Add some mappings for Hanziku code points.

22 years agoUse `hanyu-dazidian' instead of `hanyu-dazidian-vol',
tomo [Mon, 8 Apr 2002 06:56:00 +0000 (06:56 +0000)]
Use `hanyu-dazidian' instead of `hanyu-dazidian-vol',
`hanyu-dazidian-page' and `hanyu-dazidian-char'; add some mappings for
Hanziku code points.

22 years agoUse `hanyu-dazidian' instead of `hanyu-dazidian-vol',
tomo [Sun, 7 Apr 2002 16:57:54 +0000 (16:57 +0000)]
Use `hanyu-dazidian' instead of `hanyu-dazidian-vol',
`hanyu-dazidian-page' and `hanyu-dazidian-char'; add some mappings for
Hanziku code points.

22 years agoUse `hanyu-dazidian' instead of `hanyu-dazidian-vol',
tomo [Sun, 7 Apr 2002 16:14:38 +0000 (16:14 +0000)]
Use `hanyu-dazidian' instead of `hanyu-dazidian-vol',
`hanyu-dazidian-page' and `hanyu-dazidian-char'.

22 years agoupdate.
tomo [Sun, 7 Apr 2002 16:00:14 +0000 (16:00 +0000)]
update.

22 years agoUse `hanyu-dazidian' instead of `hanyu-dazidian-vol',
tomo [Sun, 7 Apr 2002 15:59:06 +0000 (15:59 +0000)]
Use `hanyu-dazidian' instead of `hanyu-dazidian-vol',
`hanyu-dazidian-page' and `hanyu-dazidian-char'.

22 years agoupdate.
tomo [Sun, 7 Apr 2002 10:41:03 +0000 (10:41 +0000)]
update.

22 years ago(C2-3E77): Separate U+7D6D.
tomo [Sun, 7 Apr 2002 10:35:19 +0000 (10:35 +0000)]
(C2-3E77): Separate U+7D6D.

22 years agoUse `hanyu-dazidian' instead of `hanyu-dazidian-vol',
tomo [Sun, 7 Apr 2002 10:33:34 +0000 (10:33 +0000)]
Use `hanyu-dazidian' instead of `hanyu-dazidian-vol',
`hanyu-dazidian-page' and `hanyu-dazidian-char'; add some mappings for
Hanziku code points.

22 years agoUse `hanyu-dazidian' instead of `hanyu-dazidian-vol',
tomo [Sun, 7 Apr 2002 10:31:31 +0000 (10:31 +0000)]
Use `hanyu-dazidian' instead of `hanyu-dazidian-vol',
`hanyu-dazidian-page' and `hanyu-dazidian-char'; add some mappings for
Hanziku code points.
(BC-8AB8): Moved to Ideograph-R049-Oneself.el; unified by U+5DF5.