From: Kenichi Handa Date: Wed, 7 Jun 2006 01:19:58 +0000 (+0000) Subject: Mention how to disable character translation for a file. X-Git-Tag: emacs-pretest-22.0.90~2044 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0091c67e78d06e67e5deab9e08c2e9e30102200f;p=emacs.git Mention how to disable character translation for a file. --- diff --git a/etc/NEWS b/etc/NEWS index 2c545b5b221..bb7fdcabaca 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1090,6 +1090,15 @@ mouse-wheel-inhibit-click-time variables. ** Multilingual Environment (Mule) changes: +*** You can disable character translation for a file using the -*- +construct. Include `enable-character-translation: nil' inside the +-*-...-*- to disable any character translation that may happen by +various global and per-coding-system translation tables. You can also +specify it in a local variable list at the end of the file. For +shortcut, instead of using this long variable name, you can append the +character "!" at the end of coding-system name specified in -*- +construct or in a local variable list. + --- *** Language environment and various default coding systems are setup more correctly according to the current locale name. If the locale