(encode_builtin_char_1): Comment out special code for
authortomo <tomo>
Thu, 11 Oct 2001 18:35:21 +0000 (18:35 +0000)
committertomo <tomo>
Thu, 11 Oct 2001 18:35:21 +0000 (18:35 +0000)
MIN_CHAR_MOJIKYO_0 ... MAX_CHAR_MOJIKYO_0.

src/mule-charset.c

index c540707..59769f6 100644 (file)
@@ -1238,11 +1238,13 @@ encode_builtin_char_1 (Emchar c, Lisp_Object* charset)
       *charset = Vcharset_ideograph_daikanwa;
       return c - MIN_CHAR_DAIKANWA;
     }
+  /*
   else if (c <= MAX_CHAR_MOJIKYO_0)
     {
       *charset = Vcharset_mojikyo;
       return c - MIN_CHAR_MOJIKYO_0;
     }
+  */
   else if (c < MIN_CHAR_94)
     {
       *charset = Vcharset_ucs;