# HG changeset patch # User Kenichi Handa # Date 1149643198 0 # Node ID db157113b47c22013763610bfff9c3b20c2df14c # Parent 72b7de925c8d23415f46e930cd53cef730a9167c Mention how to disable character translation for a file. diff -r 72b7de925c8d -r db157113b47c etc/NEWS --- a/etc/NEWS Tue Jun 06 23:16:32 2006 +0000 +++ b/etc/NEWS Wed Jun 07 01:19:58 2006 +0000 @@ -1090,6 +1090,15 @@ ** 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