Variable: standard-translation-table-for-encode

standard-translation-table-for-encode is a variable defined in coding.c.

Value

nil

Documentation

Table for translating characters while encoding.

View in manual

Source Code

// Defined in /usr/src/emacs/src/coding.c
  DEFVAR_LISP ("standard-translation-table-for-encode",
	       Vstandard_translation_table_for_encode,
	       doc: /* Table for translating characters while encoding.  */);