comparison src/coding.h @ 30486:56dec1b451fe

(struct coding_system): Member safe_charset deleted.
author Kenichi Handa <handa@m17n.org>
date Thu, 27 Jul 2000 05:46:12 +0000
parents acaa36b47f50
children b37713f3c4a9
comparison
equal deleted inserted replaced
30485:5551289a9329 30486:56dec1b451fe
358 unsigned int flags; 358 unsigned int flags;
359 359
360 /* Mode bits of the coding system. See the comments of the macros 360 /* Mode bits of the coding system. See the comments of the macros
361 CODING_MODE_XXX. */ 361 CODING_MODE_XXX. */
362 unsigned int mode; 362 unsigned int mode;
363
364 /* Table of safe character sets for this coding system. If the Nth
365 element is 0, the charset of ID N is not a safe character set.
366 Such a character set is not encoded when CODING_ISO_FLAG_SAFE is
367 set. */
368 unsigned char safe_charsets[MAX_CHARSET + 1];
369 363
370 /* The current status of composition handling. */ 364 /* The current status of composition handling. */
371 int composing; 365 int composing;
372 366
373 /* 1 iff the next character is a composition rule. */ 367 /* 1 iff the next character is a composition rule. */