comparison lispref/nonascii.texi @ 23433:a53274056f20

Fix names of standard-translation-table-for-decode(encode).
author Richard M. Stallman <rms@gnu.org>
date Mon, 12 Oct 1998 17:27:23 +0000
parents 0d84817a4973
children 7451b1458af1
comparison
equal deleted inserted replaced
23432:5f51adf0b6ec 23433:a53274056f20
446 446
447 In decoding, the translation table's translations are applied to the 447 In decoding, the translation table's translations are applied to the
448 characters that result from ordinary decoding. If a coding system has 448 characters that result from ordinary decoding. If a coding system has
449 property @code{character-translation-table-for-decode}, that specifies 449 property @code{character-translation-table-for-decode}, that specifies
450 the translation table to use. Otherwise, if 450 the translation table to use. Otherwise, if
451 @code{standard-character-translation-table-for-decode} is 451 @code{standard-translation-table-for-decode} is non-@code{nil}, decoding
452 non-@code{nil}, decoding uses that table. 452 uses that table.
453 453
454 In encoding, the translation table's translations are applied to the 454 In encoding, the translation table's translations are applied to the
455 characters in the buffer, and the result of translation is actually 455 characters in the buffer, and the result of translation is actually
456 encoded. If a coding system has property 456 encoded. If a coding system has property
457 @code{character-translation-table-for-encode}, that specifies the 457 @code{character-translation-table-for-encode}, that specifies the
458 translation table to use. Otherwise the variable 458 translation table to use. Otherwise the variable
459 @code{standard-character-translation-table-for-encode} specifies the 459 @code{standard-translation-table-for-encode} specifies the translation
460 translation table. 460 table.
461 461
462 @defvar standard-character-translation-table-for-decode 462 @defvar standard-translation-table-for-decode
463 This is the default translation table for decoding, for 463 This is the default translation table for decoding, for
464 coding systems that don't specify any other translation table. 464 coding systems that don't specify any other translation table.
465 @end defvar 465 @end defvar
466 466
467 @defvar standard-character-translation-table-for-encode 467 @defvar standard-translation-table-for-encode
468 This is the default translation table for encoding, for 468 This is the default translation table for encoding, for
469 coding systems that don't specify any other translation table. 469 coding systems that don't specify any other translation table.
470 @end defvar 470 @end defvar
471 471
472 @node Coding Systems 472 @node Coding Systems