(encode_builtin_char_1): Use `mojikyo' instead of
[chise/xemacs-chise.git-] / src / mule-charset.c
index 33e709f..3f70932 100644 (file)
@@ -1778,15 +1778,17 @@ encode_builtin_char_1 (Emchar c, Lisp_Object* charset)
       *charset = Vcharset_ucs;
       return c;
     }
+  /*
   else if (c <= MAX_CHAR_DAIKANWA)
     {
       *charset = Vcharset_ideograph_daikanwa;
       return c - MIN_CHAR_DAIKANWA;
     }
+  */
   else if (c < MIN_CHAR_94)
     {
-      *charset = Vcharset_ucs;
-      return c;
+      *charset = Vcharset_mojikyo;
+      return c - MIN_CHAR_MOJIKYO;
     }
   else if (c <= MAX_CHAR_94)
     {
@@ -2925,7 +2927,7 @@ Leading-code of private TYPE9N charset of column-width 1.
 #endif
 
 #ifdef UTF2000
-  Vutf_2000_version = build_string("0.14 (Kawachi-Katakami)");
+  Vutf_2000_version = build_string("0.15 (Sangō)");
   DEFVAR_LISP ("utf-2000-version", &Vutf_2000_version /*
 Version number of UTF-2000.
 */ );