Sync up with r21-4-10-utf-2000-0_20-jis-x0213-2000.
authortomo <tomo>
Tue, 11 Feb 2003 18:16:14 +0000 (18:16 +0000)
committertomo <tomo>
Tue, 11 Feb 2003 18:16:14 +0000 (18:16 +0000)
src/ChangeLog
src/chartab.c

index 4c822bc..a8551a0 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * chartab.c (Fput_char_attribute): Canonicalise charset-aliases.
+
 2003-01-05  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
 
        * mule-charset.c (Vcharset_ideograph_cbeta): Deleted.
index 6e12d84..2c8181a 100644 (file)
@@ -2897,6 +2897,7 @@ Store CHARACTER's ATTRIBUTE with VALUE.
     {
       CHECK_CHAR (character);
       value = put_char_ccs_code_point (character, ccs, value);
+      attribute = XCHARSET_NAME (ccs);
     }
   else if (EQ (attribute, Q_decomposition))
     {