From: tomo Date: Tue, 11 Jan 2000 08:48:35 +0000 (+0000) Subject: (split_builtin_char): Don't support OBS_94x94. X-Git-Tag: r21-2-24-utf-2000-0_12-1~10 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=99899e5db0aeb83f1ed1aaf0e54c75101a376ca0;p=chise%2Fxemacs-chise.git.1 (split_builtin_char): Don't support OBS_94x94. --- diff --git a/src/mule-charset.c b/src/mule-charset.c index 10caa5a..f7ad6cc 100644 --- a/src/mule-charset.c +++ b/src/mule-charset.c @@ -1549,15 +1549,6 @@ split_builtin_char (Emchar c) make_int (c >> 8), make_int (c & 0xff)); } } - else if (c <= MAX_CHAR_OBS_94x94) - { - return list3 (CHARSET_BY_ATTRIBUTES - (CHARSET_TYPE_94X94, - ((c - MIN_CHAR_OBS_94x94) / (94 * 94)) + '@', - CHARSET_LEFT_TO_RIGHT), - make_int ((((c - MIN_CHAR_OBS_94x94) / 94) % 94) + 33), - make_int (((c - MIN_CHAR_OBS_94x94) % 94) + 33)); - } else if (c <= MAX_CHAR_94) { return list2 (CHARSET_BY_ATTRIBUTES (CHARSET_TYPE_94,