(encode_builtin_char_1): Limit builtin-code-range of `mojikyo' to
authortomo <tomo>
Tue, 2 May 2000 04:08:31 +0000 (04:08 +0000)
committertomo <tomo>
Tue, 2 May 2000 04:08:31 +0000 (04:08 +0000)
MIN_CHAR_MOJIKYO + 94 * 60 * 22.

src/mule-charset.c

index 3f70932..f464a85 100644 (file)
@@ -1785,11 +1785,16 @@ encode_builtin_char_1 (Emchar c, Lisp_Object* charset)
       return c - MIN_CHAR_DAIKANWA;
     }
   */
-  else if (c < MIN_CHAR_94)
+  else if (c <= MAX_CHAR_MOJIKYO)
     {
       *charset = Vcharset_mojikyo;
       return c - MIN_CHAR_MOJIKYO;
     }
+  else if (c < MIN_CHAR_94)
+    {
+      *charset = Vcharset_ucs;
+      return c;
+    }
   else if (c <= MAX_CHAR_94)
     {
       *charset = CHARSET_BY_ATTRIBUTES (CHARSET_TYPE_94,