chise/xemacs-chise.git.1
10 years agoupdate. for-concord-0.9
MORIOKA Tomohiko [Mon, 20 May 2013 10:36:03 +0000 (19:36 +0900)]
update.

10 years ago(COMPOSE_ADD_CHAR): Use `concord_object_get_attribute' instead of
MORIOKA Tomohiko [Mon, 20 May 2013 10:34:56 +0000 (19:34 +0900)]
(COMPOSE_ADD_CHAR): Use `concord_object_get_attribute' instead of
`concord_object_get_feature_value'.

10 years ago(char_table_get_db_cos): Use `concord_object_get_attribute' instead of
MORIOKA Tomohiko [Mon, 20 May 2013 10:34:13 +0000 (19:34 +0900)]
(char_table_get_db_cos): Use `concord_object_get_attribute' instead of
`concord_object_get_feature_value'.

10 years agoupdate.
MORIOKA Tomohiko [Sun, 19 May 2013 08:27:30 +0000 (17:27 +0900)]
update.

10 years ago(get_char_id_table_ce): Use `load_char_attribute_maybe_cos' instead of
MORIOKA Tomohiko [Sun, 19 May 2013 08:24:27 +0000 (17:24 +0900)]
(get_char_id_table_ce): Use `load_char_attribute_maybe_cos' instead of
`load_char_attribute_maybe'.

10 years ago(load_char_attribute_maybe_cos): Return NULL instead of Qunbound as
MORIOKA Tomohiko [Thu, 2 May 2013 14:54:07 +0000 (23:54 +0900)]
(load_char_attribute_maybe_cos): Return NULL instead of Qunbound as
the default value.

10 years agoupdate.
MORIOKA Tomohiko [Thu, 2 May 2013 07:01:54 +0000 (16:01 +0900)]
update.

10 years ago(concord_setup_env_maybe): Abolished.
MORIOKA Tomohiko [Thu, 2 May 2013 06:51:50 +0000 (15:51 +0900)]
(concord_setup_env_maybe): Abolished.
(COMPOSE_ADD_CHAR): Use `open_chise_data_source_maybe' instead of
`concord_setup_env_maybe'.

10 years ago(charset_code_point): Use `get_char_id_table_ce' instead of
MORIOKA Tomohiko [Thu, 2 May 2013 06:48:31 +0000 (15:48 +0900)]
(charset_code_point): Use `get_char_id_table_ce' instead of
`get_char_id_table' when HAVE_LIBCHISE is defined.
(load_char_decoding_entry_maybe): Don't use `decoding_table_put_char'
to avoid GC.

10 years ago(load_char_attribute_maybe_cos): New prototype when HAVE_LIBCHISE is
MORIOKA Tomohiko [Thu, 2 May 2013 06:44:57 +0000 (15:44 +0900)]
(load_char_attribute_maybe_cos): New prototype when HAVE_LIBCHISE is
defined.
(get_char_id_table_ce): New inline function when HAVE_LIBCHISE is
defined.

10 years ago(open_chise_data_source_maybe): New implementation; don't use
MORIOKA Tomohiko [Thu, 2 May 2013 06:43:30 +0000 (15:43 +0900)]
(open_chise_data_source_maybe): New implementation; don't use
`build_string' and `Fexpand_file_name' to avoid GC.
(char_table_get_db_cos): New function when HAVE_LIBCHISE is defined.
(load_char_attribute_maybe_cos): Likewise.

10 years agoupdate.
MORIOKA Tomohiko [Wed, 1 May 2013 08:39:40 +0000 (17:39 +0900)]
update.

10 years ago(struct decoding_stream): Use COS_object instead of Lisp_Object for
MORIOKA Tomohiko [Wed, 1 May 2013 08:38:27 +0000 (17:38 +0900)]
(struct decoding_stream): Use COS_object instead of Lisp_Object for
`combining_table' if HAVE_LIBCHISE is defined.
(reset_decoding_stream): Likewise.
(COMPOSE_FLUSH_CHARS): Likewise.
(concord_setup_env_maybe): New function.
(COMPOSE_ADD_CHAR): Use COS API for `str->combining_table' if
HAVE_LIBCHISE is defined.

11 years agoMerge branch 'master' of git.chise.org:chise/xemacs-chise
MORIOKA Tomohiko [Fri, 22 Feb 2013 10:02:42 +0000 (19:02 +0900)]
Merge branch 'master' of git.chise.org:chise/xemacs-chise

11 years agoupdate.
MORIOKA Tomohiko [Fri, 22 Feb 2013 10:02:18 +0000 (19:02 +0900)]
update.

11 years agoupdate.
MORIOKA Tomohiko [Fri, 22 Feb 2013 10:01:27 +0000 (19:01 +0900)]
update.

11 years ago(coded-charset-entity-reference-alist): Add setting for
MORIOKA Tomohiko [Fri, 22 Feb 2013 10:00:35 +0000 (19:00 +0900)]
(coded-charset-entity-reference-alist): Add setting for
`=ucs-itaiji-084'.

11 years ago(BC-var3-88CB): New character.
MORIOKA Tomohiko [Fri, 22 Feb 2013 09:50:11 +0000 (18:50 +0900)]
(BC-var3-88CB): New character.
(BC-var5-88CB): New character.
(U-i084+9F9C): New character.

11 years agoMerge branch 'master' into aci
MORIOKA Tomohiko [Wed, 20 Feb 2013 06:02:26 +0000 (15:02 +0900)]
Merge branch 'master' into aci

11 years agoupdate.
MORIOKA Tomohiko [Wed, 20 Feb 2013 05:29:07 +0000 (14:29 +0900)]
update.

11 years ago(default-coded-charset-priority-list): Delete `=zihai-17xx'; add
MORIOKA Tomohiko [Wed, 20 Feb 2013 05:27:38 +0000 (14:27 +0900)]
(default-coded-charset-priority-list): Delete `=zihai-17xx'; add
`=ucs-bmp-itaiji-084'.

11 years ago(=ucs-itaiji-084): New coded-charset for XEmacs CHISE.
MORIOKA Tomohiko [Wed, 20 Feb 2013 05:26:52 +0000 (14:26 +0900)]
(=ucs-itaiji-084): New coded-charset for XEmacs CHISE.
(=ucs-bmp-itaiji-084): Ditto.

11 years agoupdate.
MORIOKA Tomohiko [Wed, 20 Feb 2013 05:25:38 +0000 (14:25 +0900)]
update.

11 years ago(char-db-coded-charset-priority-list): Add `=big5-cdp-var-3' and
MORIOKA Tomohiko [Wed, 20 Feb 2013 05:23:14 +0000 (14:23 +0900)]
(char-db-coded-charset-priority-list): Add `=big5-cdp-var-3' and
`=big5-cdp-var-5'.
(char-db-insert-ccs-feature): Format `=zihai' as decimal.

11 years ago(G-UU+8CD3): Integrate S-7910.
MORIOKA Tomohiko [Wed, 20 Feb 2013 04:42:15 +0000 (13:42 +0900)]
(G-UU+8CD3): Integrate S-7910.
(J0-4950): Unify S-7909.
(M-36789): Unify S-7911; add `<-vulgar@daikanwa' for U+FA64; add
`<-vulgar@shinjigen' for S-7910.

11 years ago(U-000200AD): New character; unify BC-89D4.
MORIOKA Tomohiko [Wed, 20 Feb 2013 04:23:01 +0000 (13:23 +0900)]
(U-000200AD): New character; unify BC-89D4.

11 years agoupdate.
MORIOKA Tomohiko [Tue, 19 Feb 2013 12:14:07 +0000 (21:14 +0900)]
update.

11 years agoupdate.
MORIOKA Tomohiko [Tue, 19 Feb 2013 11:52:45 +0000 (20:52 +0900)]
update.

11 years ago(coded-charset-entity-reference-alist): Add settings for
MORIOKA Tomohiko [Tue, 19 Feb 2013 11:50:20 +0000 (20:50 +0900)]
(coded-charset-entity-reference-alist): Add settings for
`=big5-cdp-var-3' and `=big5-cdp-var-5'.

11 years ago(default-coded-charset-priority-list): Add `=zihai-17xx',
MORIOKA Tomohiko [Tue, 19 Feb 2013 11:49:20 +0000 (20:49 +0900)]
(default-coded-charset-priority-list): Add `=zihai-17xx',
`=big5-cdp-var-3' and `=big5-cdp-var-5'.

11 years ago(=big5-cdp-var-3): New coded-charset for XEmacs CHISE.
MORIOKA Tomohiko [Tue, 19 Feb 2013 11:48:20 +0000 (20:48 +0900)]
(=big5-cdp-var-3): New coded-charset for XEmacs CHISE.
(=big5-cdp-var-5): Ditto.

11 years ago(G-J0-5741): Add ideographic-structure.
MORIOKA Tomohiko [Tue, 19 Feb 2013 11:17:57 +0000 (20:17 +0900)]
(G-J0-5741): Add ideographic-structure.
(J0-5741): Add `ideographic-structure'.
(G0-6568): Likewise.
(C2-2A3E): Likewise.
(G-KS112230): New node to integrate KS112230 and GT-K06232.
(GT-K06232): New character.

11 years agoReformatted.
MORIOKA Tomohiko [Tue, 19 Feb 2013 08:10:51 +0000 (17:10 +0900)]
Reformatted.

11 years agoupdate.
MORIOKA Tomohiko [Mon, 18 Feb 2013 10:03:55 +0000 (19:03 +0900)]
update.

11 years ago(find_char_feature_in_family): New implementation; don't support
MORIOKA Tomohiko [Mon, 18 Feb 2013 10:03:08 +0000 (19:03 +0900)]
(find_char_feature_in_family): New implementation; don't support
multiple parents; support non-list mother.

11 years agoupdate.
MORIOKA Tomohiko [Thu, 14 Feb 2013 10:41:12 +0000 (19:41 +0900)]
update.

11 years ago(J0-6D71): Add `<-original' for J0-4057.
MORIOKA Tomohiko [Thu, 14 Feb 2013 10:12:43 +0000 (19:12 +0900)]
(J0-6D71): Add `<-original' for J0-4057.
(g2-UU+8FF9): Unify g2-HD-FT2592 instead of G-HD-FT2592.

11 years ago(U-00028330): Unify S-8055; add `<-formed' and `<-same' for U+486E;
MORIOKA Tomohiko [Thu, 14 Feb 2013 10:10:54 +0000 (19:10 +0900)]
(U-00028330): Unify S-8055; add `<-formed' and `<-same' for U+486E;
add `<-original' for U+8E64.

11 years agoAdd some Adobe-Japan1-0 code points.
MORIOKA Tomohiko [Thu, 14 Feb 2013 08:49:18 +0000 (17:49 +0900)]
Add some Adobe-Japan1-0 code points.
(J0-4736): Add `<-wrong' for J0-6D72.

11 years agoupdate.
MORIOKA Tomohiko [Thu, 14 Feb 2013 04:48:50 +0000 (13:48 +0900)]
update.

11 years agoAdd mappings for Big5 code points.
MORIOKA Tomohiko [Thu, 14 Feb 2013 04:39:03 +0000 (13:39 +0900)]
Add mappings for Big5 code points.
(U+8DB7): Unify JC3-66C7.
(U+8DBB): Use `->subsumptive' to separate representative nodes.
(U+8DC6): Unify JC3-9EB7.
(U+47E6): Unify S2-7989; add `<-vulgar' for J0-6C6D.
(U+8DD1): Unify JC3-66CA.
(U+8DD7): Unify JC3-66CB.
(U+8DD9): Unify JC3-66CC.
(U+8DEC): Unify JC3-66CE.
(U+8E14): Unify JC3-66D3.
(U+4803): Use `->subsumptive' to separate representative nodes.
(U+8E16): Unify JC3-66D4.
(U+8E26): Unify JC3-66D7.
(U+8E27): Unify JC3-66D8.
(U+8E2A): Use `->subsumptive'.
(U+480F): Use `->subsumptive' to separate representative nodes.
(U+8E36): Add `<-formed' and `<-same' for JSP-6030.
(U-000280A6): Use `->subsumptive' to separate representative nodes.
(U+8E39): Unify JC3-66DA.
(JSP-602C): Unify JC3-66DB.
(JSP-6030): Unify S-8040 and CB04581; add `<-ancient' for J0-447D; add
`<-original' for S-8039; add `->formed' for J0-447D and U+8E36.
(UU+8E4F): Unify H10-AFE1.
(U+8E53): Unify JC3-93DA.
(U+8E5A): Unify JC3-80A7.
(U+8E5F): Add `<-formed' for J0-4057.
(JSP-6038): Unify JC3-92F2.
(U+8E7A): Unify JC3-66DF.
(U+8E7B): Unify JC3-92F3.
(U+8E83): Use `->subsumptive'.
(U+482C): Use `->subsumptive' to separate representative nodes.
(U-000281E0): New character.
(JSP-6049): Unify JC3-66E1.
(S-8090): New character.
(U+8EA6): Unify JC3-80C4.
(U+8EA7): Use `->subsumptive' to separate representative nodes.

11 years ago(U+5FA4): Add ideographic-structure.
MORIOKA Tomohiko [Thu, 14 Feb 2013 03:56:52 +0000 (12:56 +0900)]
(U+5FA4): Add ideographic-structure.

11 years ago(U+377F): Use `->subsumptive' to separate representative nodes.
MORIOKA Tomohiko [Thu, 14 Feb 2013 03:55:29 +0000 (12:55 +0900)]
(U+377F): Use `->subsumptive' to separate representative nodes.
(M-07570): Unify S-7987 and CB10986; add `<-formed' for U+8DDB.
(U+377E): Use `->subsumptive' to separate representative nodes.
(U-00024FD1): Likewise.

11 years agoReformatted.
MORIOKA Tomohiko [Thu, 14 Feb 2013 03:53:35 +0000 (12:53 +0900)]
Reformatted.

11 years agoReformatted.
MORIOKA Tomohiko [Thu, 14 Feb 2013 03:53:15 +0000 (12:53 +0900)]
Reformatted.

11 years agoupdate.
MORIOKA Tomohiko [Wed, 13 Feb 2013 15:40:40 +0000 (00:40 +0900)]
update.

11 years ago(M-37326): Unify S-8077; add `<-original' for J0-6D2F.
MORIOKA Tomohiko [Wed, 13 Feb 2013 15:25:57 +0000 (00:25 +0900)]
(M-37326): Unify S-8077; add `<-original' for J0-6D2F.

11 years agoupdate.
MORIOKA Tomohiko [Wed, 13 Feb 2013 10:13:25 +0000 (19:13 +0900)]
update.

11 years agoAdd some Adobe-Japan1-0 code points.
MORIOKA Tomohiko [Wed, 13 Feb 2013 09:52:52 +0000 (18:52 +0900)]
Add some Adobe-Japan1-0 code points.
(U+388F): Use `->denotational' and `->subsumptive'.
(U-00022266): Use `->subsumptive' to separate representative nodes.
(U-00022267): Likewise.
(U-00022268): Likewise.
(U-00022269): Likewise.
(U+5EC2): Use `->subsumptive'.
(U-0002226A): Likewise.
(U+5EDC): Use `->denotational'.
(U+5EEA): Use `->subsumptive'.
(U-0002217A): Use `->denotational'.
(U-00022303): Use `->subsumptive'.

11 years agoupdate.
MORIOKA Tomohiko [Fri, 8 Feb 2013 11:48:45 +0000 (20:48 +0900)]
update.

11 years agoAdd some Adobe-Japan1-5 code points.
MORIOKA Tomohiko [Fri, 8 Feb 2013 10:51:07 +0000 (19:51 +0900)]
Add some Adobe-Japan1-5 code points.
(U+6C2D): Use `->subsumptive' to separate representative nodes.
(U+6C2F): Use `->denotational' instead of `->subsumptive'.

11 years ago(g2-AJ1-21359): Add ideographic-structure.
MORIOKA Tomohiko [Wed, 6 Feb 2013 15:46:09 +0000 (00:46 +0900)]
(g2-AJ1-21359): Add ideographic-structure.
(CB01838): Add `ideographic-structure'.

11 years ago(U-0002032E): Use `->denotational' for CB02101.
MORIOKA Tomohiko [Wed, 6 Feb 2013 15:44:36 +0000 (00:44 +0900)]
(U-0002032E): Use `->denotational' for CB02101.
(CB02101): Add `ideographic-structure'.

11 years agoupdate.
MORIOKA Tomohiko [Wed, 6 Feb 2013 15:24:52 +0000 (00:24 +0900)]
update.

11 years ago(BC-8BE5): Unify S-2230; add `<-original' for J0-5729.
MORIOKA Tomohiko [Wed, 6 Feb 2013 11:29:16 +0000 (20:29 +0900)]
(BC-8BE5): Unify S-2230; add `<-original' for J0-5729.

11 years agoupdate.
MORIOKA Tomohiko [Wed, 6 Feb 2013 11:27:21 +0000 (20:27 +0900)]
update.

11 years ago(U-00029AF1): Add ideographic-structure.
MORIOKA Tomohiko [Wed, 6 Feb 2013 11:11:48 +0000 (20:11 +0900)]
(U-00029AF1): Add ideographic-structure.

11 years ago(mother of GT-52562): Unify G-IU+285C1, g2-IU+285C1 and g2-GT-52562.
MORIOKA Tomohiko [Wed, 6 Feb 2013 11:11:06 +0000 (20:11 +0900)]
(mother of GT-52562): Unify G-IU+285C1, g2-IU+285C1 and g2-GT-52562.

11 years agoReformatted.
MORIOKA Tomohiko [Wed, 6 Feb 2013 11:04:21 +0000 (20:04 +0900)]
Reformatted.

11 years ago(U+7257): Use `->subsumptive'.
MORIOKA Tomohiko [Wed, 6 Feb 2013 11:04:03 +0000 (20:04 +0900)]
(U+7257): Use `->subsumptive'.

11 years ago(JX2-2F37): Unify S-2159; add `<-original' for U+5E79.
MORIOKA Tomohiko [Wed, 6 Feb 2013 10:48:24 +0000 (19:48 +0900)]
(JX2-2F37): Unify S-2159; add `<-original' for U+5E79.

11 years agoAdd some Adobe-Japan1-0 code points.
MORIOKA Tomohiko [Wed, 6 Feb 2013 10:47:05 +0000 (19:47 +0900)]
Add some Adobe-Japan1-0 code points.
(JSP-4255): Unify S-3358; add `<-original' for U+666E.

11 years agoAdd some Adobe-Japan1-0 code points.
MORIOKA Tomohiko [Wed, 6 Feb 2013 10:27:36 +0000 (19:27 +0900)]
Add some Adobe-Japan1-0 code points.
(U+3832): Use `->subsumptive' to separate representative nodes.
(U+5E06): Use `->denotational' to integrate S-2085.
(S-2085): New character.
(U+5E08): Use `->subsumptive'.
(U+5E0B): Add `<-vulgar' for J0-3B66.
(GT-11193): Omit `ideographic-structure'.
(U-0002209E): Unify S-2089; add `<-formed' for U+5E0C.
(C3-3068): Unify S-2146; add `<-wrong' for U+5E6B.
(U+5E29): Add ideographic-structure.
(M-08967): Unify S-2120; add `<-vulgar' for C1-5E7A.
(C1-5E7A): Unify S-2119.
(U+5E47): Add `<-vulgar' for U+5E6B.
(U+5E55): Add ideographic-structure.
(U+5E59): Likewise.
(HD-KS102950): Unify S-2134.
(HD-KS102960): Unify S-2135.
(JX2-287C): Unify S-2144 and JC3-91D0.
(U+5E6E): Use `^->denotational' to instead of `->subsumptive'.

11 years ago(o-JX2-244F): Add ideographic-structure.
MORIOKA Tomohiko [Wed, 6 Feb 2013 10:11:31 +0000 (19:11 +0900)]
(o-JX2-244F): Add ideographic-structure.
(g2-HD-JT-AF21): Likewise.

11 years ago(U+53A0): Add `shinjigen@rev' into `<-vulgar*sources'.
MORIOKA Tomohiko [Wed, 6 Feb 2013 10:09:40 +0000 (19:09 +0900)]
(U+53A0): Add `shinjigen@rev' into `<-vulgar*sources'.

11 years agoupdate.
MORIOKA Tomohiko [Wed, 6 Feb 2013 08:27:16 +0000 (17:27 +0900)]
update.

11 years agoAdd some Adobe-Japan1-0 code points.
MORIOKA Tomohiko [Wed, 6 Feb 2013 07:42:27 +0000 (16:42 +0900)]
Add some Adobe-Japan1-0 code points.
(M-09192): Map to U-000221B0; add `<-same' for M-25867.
(G1-3C38): Unify S-2164.

11 years agoAdd some Adobe-Japan1-0 code points.
MORIOKA Tomohiko [Wed, 6 Feb 2013 07:40:47 +0000 (16:40 +0900)]
Add some Adobe-Japan1-0 code points.

11 years agoReformatted.
MORIOKA Tomohiko [Wed, 6 Feb 2013 07:38:10 +0000 (16:38 +0900)]
Reformatted.

11 years agoReformatted.
MORIOKA Tomohiko [Wed, 6 Feb 2013 07:37:24 +0000 (16:37 +0900)]
Reformatted.

11 years ago(o-JU+5164): Add ideographic-structure.
MORIOKA Tomohiko [Wed, 6 Feb 2013 07:36:52 +0000 (16:36 +0900)]
(o-JU+5164): Add ideographic-structure.

11 years agoupdate.
MORIOKA Tomohiko [Wed, 6 Feb 2013 07:04:11 +0000 (16:04 +0900)]
update.

11 years ago(U+79CA): Use `->subsumptive' to separate representative nodes.
MORIOKA Tomohiko [Wed, 6 Feb 2013 06:48:24 +0000 (15:48 +0900)]
(U+79CA): Use `->subsumptive' to separate representative nodes.
(JX1-7946): Unify S-2153, H7-C16F and CB05383; add `<-original' for
J0-472F.

11 years agoReformatted.
MORIOKA Tomohiko [Wed, 6 Feb 2013 06:44:20 +0000 (15:44 +0900)]
Reformatted.

11 years ago(U+6468): Use `->subsumptive'.
MORIOKA Tomohiko [Wed, 6 Feb 2013 06:42:50 +0000 (15:42 +0900)]
(U+6468): Use `->subsumptive'.
(U+6485): Use `->subsumptive' to separate representative nodes.
(U+6486): Add ideographic-structure.

11 years agoupdate.
MORIOKA Tomohiko [Tue, 5 Feb 2013 09:29:47 +0000 (18:29 +0900)]
update.

11 years ago(JX1-7E33): AJ1-08704.
MORIOKA Tomohiko [Tue, 5 Feb 2013 09:19:09 +0000 (18:19 +0900)]
(JX1-7E33): AJ1-08704.

11 years ago(mother of C1-5748): Unify G-KU+7D1A, G-CU+7D1A and G-M-27294.
MORIOKA Tomohiko [Tue, 5 Feb 2013 09:17:02 +0000 (18:17 +0900)]
(mother of C1-5748): Unify G-KU+7D1A, G-CU+7D1A and G-M-27294.
(K0-5064): Unify KU+7D1A.
(C1-5748): Unify CU+7D1A.
(J83-4A36): Unify S-5994.

11 years agoupdate.
MORIOKA Tomohiko [Sat, 2 Feb 2013 08:29:47 +0000 (17:29 +0900)]
update.

11 years ago(U-000295CB): Integrate H11-F968 and CB10256.
MORIOKA Tomohiko [Sat, 2 Feb 2013 07:48:47 +0000 (16:48 +0900)]
(U-000295CB): Integrate H11-F968 and CB10256.
(C7-2B35): Unify S-2086; add `<-ancient' for J0-4841.
(U+98BF): Use `->subsumptive'.

11 years agoReformatted.
MORIOKA Tomohiko [Sat, 2 Feb 2013 07:46:48 +0000 (16:46 +0900)]
Reformatted.

11 years ago(G-J0-4C58): Unify G-AJ1-03812.
MORIOKA Tomohiko [Sat, 2 Feb 2013 07:46:18 +0000 (16:46 +0900)]
(G-J0-4C58): Unify G-AJ1-03812.
(J0-4C58): Unify AJ1-03812.
(J0-3338): Unify AJ1-01430.

11 years ago(J0-6227): Use `shinjigen' instead of `shinjigen@1ed' in
MORIOKA Tomohiko [Sat, 2 Feb 2013 07:43:01 +0000 (16:43 +0900)]
(J0-6227): Use `shinjigen' instead of `shinjigen@1ed' in
`<-vulgar*sources'.

11 years agoAdd some Adobe-Japan1-5 code points.
MORIOKA Tomohiko [Sat, 2 Feb 2013 07:41:23 +0000 (16:41 +0900)]
Add some Adobe-Japan1-5 code points.

11 years ago(C3-3C48): Unify S2-3961; use `<-ancient' instead of `<-original' for
MORIOKA Tomohiko [Sat, 2 Feb 2013 07:39:40 +0000 (16:39 +0900)]
(C3-3C48): Unify S2-3961; use `<-ancient' instead of `<-original' for
J0-5D45.
(J0-5D45): Unify AJ1-05348.

11 years ago(mother of J90-5A49): Unify G-JU+655D, G-AJ1-05070, G-J0-5A49,
MORIOKA Tomohiko [Sat, 2 Feb 2013 07:36:50 +0000 (16:36 +0900)]
(mother of J90-5A49): Unify G-JU+655D, G-AJ1-05070, G-J0-5A49,
G-GT-16787, G-GT-K09196 and G-M-13245.
(J90-5A49): Unify J90U+655D, J2000U+655D and J2004U+655D instead of
JU+655D; unify AJ1-05070.
(mother of C1-5A71): Unify G-UU+655D.

11 years agoReformatted.
MORIOKA Tomohiko [Sat, 2 Feb 2013 07:32:34 +0000 (16:32 +0900)]
Reformatted.

11 years agoReformatted.
MORIOKA Tomohiko [Sat, 2 Feb 2013 07:28:53 +0000 (16:28 +0900)]
Reformatted.

11 years ago(g2-UU+557B): Unify G-UU+557B, G-GT-K09171 and G-M-03886.
MORIOKA Tomohiko [Sat, 2 Feb 2013 07:28:30 +0000 (16:28 +0900)]
(g2-UU+557B): Unify G-UU+557B, G-GT-K09171 and G-M-03886.
(U+56B5): Add ideographic-structure.
(UU+56B5): Separate M-04591.

11 years agoReformatted.
MORIOKA Tomohiko [Sat, 2 Feb 2013 07:26:10 +0000 (16:26 +0900)]
Reformatted.

11 years ago(AJ1-21199): Add `ideographic-structure'.
MORIOKA Tomohiko [Sat, 2 Feb 2013 07:25:47 +0000 (16:25 +0900)]
(AJ1-21199): Add `ideographic-structure'.

11 years agoReformatted.
MORIOKA Tomohiko [Sat, 2 Feb 2013 07:24:45 +0000 (16:24 +0900)]
Reformatted.

11 years ago(AJ1-19170): Separate UU+5133.
MORIOKA Tomohiko [Sat, 2 Feb 2013 07:24:16 +0000 (16:24 +0900)]
(AJ1-19170): Separate UU+5133.

11 years agoupdate.
MORIOKA Tomohiko [Fri, 1 Feb 2013 12:20:07 +0000 (21:20 +0900)]
update.

11 years ago(M-34415): Unify S-2114; add `<-formed' for U+5E44.
MORIOKA Tomohiko [Fri, 1 Feb 2013 11:38:26 +0000 (20:38 +0900)]
(M-34415): Unify S-2114; add `<-formed' for U+5E44.

11 years ago(J0-484C): Unify AJ1-03424.
MORIOKA Tomohiko [Fri, 1 Feb 2013 11:18:08 +0000 (20:18 +0900)]
(J0-484C): Unify AJ1-03424.

11 years agoAdd some Adobe-Japan1-5 code points.
MORIOKA Tomohiko [Fri, 1 Feb 2013 10:58:27 +0000 (19:58 +0900)]
Add some Adobe-Japan1-5 code points.

11 years agoReformatted.
MORIOKA Tomohiko [Fri, 1 Feb 2013 10:56:59 +0000 (19:56 +0900)]
Reformatted.

11 years agoupdate.
MORIOKA Tomohiko [Fri, 1 Feb 2013 10:39:18 +0000 (19:39 +0900)]
update.

11 years ago- Add `=decomposition@cid' for some Adobe-Japan1 characters.
MORIOKA Tomohiko [Fri, 1 Feb 2013 09:14:15 +0000 (18:14 +0900)]
- Add `=decomposition@cid' for some Adobe-Japan1 characters.
- Add some Adobe-Japan1 code points.
(U-00021CC7): Use `->denotational' instead of `->subsumptive'.
(U+5C6A): Use `->subsumptive' to separate representative nodes.
(U+5C6B): Likewise.
(U+37A1): Likewise.