Variable: translation-table-for-input
translation-table-for-input is a variable defined in coding.c.
This variable is obsolete since 23.1.
Value
nil
Documentation
Char table for translating self-inserting characters.
This is applied to the result of input methods, not their input.
See also keyboard-translate-table.
Use of this variable for character code unification was rendered obsolete in Emacs 23.1 and later, since Unicode is now the basis of internal character representation.
Probably introduced at or before Emacs version 22.1.
Source Code
// Defined in /usr/src/emacs/src/coding.c
DEFVAR_LISP ("translation-table-for-input", Vtranslation_table_for_input,
doc: /* Char table for translating self-inserting characters.
This is applied to the result of input methods, not their input.
See also `keyboard-translate-table'.
Use of this variable for character code unification was rendered
obsolete in Emacs 23.1 and later, since Unicode is now the basis of
internal character representation. */);