(make_charset): Don't set up CHARSET_REP_BYTES in UTF-2000.
authortomo <tomo>
Fri, 10 Sep 1999 09:06:18 +0000 (09:06 +0000)
committertomo <tomo>
Fri, 10 Sep 1999 09:06:18 +0000 (09:06 +0000)
src/mule-charset.c

index 80522ba..bb49afd 100644 (file)
@@ -1888,7 +1888,9 @@ make_charset (Charset_ID id, Lisp_Object name, unsigned char rep_bytes,
   CHARSET_NAME         (cs) = name;
   CHARSET_SHORT_NAME   (cs) = short_name;
   CHARSET_LONG_NAME    (cs) = long_name;
+#ifndef UTF2000
   CHARSET_REP_BYTES    (cs) = rep_bytes;
+#endif
   CHARSET_DIRECTION    (cs) = direction;
   CHARSET_TYPE         (cs) = type;
   CHARSET_COLUMNS      (cs) = columns;