comparison src/coding.h @ 18535:7ca42974dad4

(struct coding_system): New members character_unification_table_for_decode and character_unification_table_for_encode.
author Kenichi Handa <handa@m17n.org>
date Wed, 02 Jul 1997 12:53:53 +0000
parents 33e78cc7f058
children b0b06137ebfb
comparison
equal deleted inserted replaced
18534:cf074bab6a2d 18535:7ca42974dad4
293 293
294 /* Lisp function (symbol) to be called before encoding to do 294 /* Lisp function (symbol) to be called before encoding to do
295 additional conversion. */ 295 additional conversion. */
296 Lisp_Object pre_write_conversion; 296 Lisp_Object pre_write_conversion;
297 297
298 /* Character unification table to look up, or nil. */ 298 /* Character unification tables to look up, or nil. */
299 Lisp_Object character_unification_table; 299 Lisp_Object character_unification_table_for_decode;
300 Lisp_Object character_unification_table_for_encode;
300 301
301 /* Carryover yielded by decoding/encoding incomplete source. No 302 /* Carryover yielded by decoding/encoding incomplete source. No
302 coding-system yields more than 7-byte of carryover. This does 303 coding-system yields more than 7-byte of carryover. This does
303 not include a text which is not processed because of short of 304 not include a text which is not processed because of short of
304 output buffer. */ 305 output buffer. */