Mercurial > emacs
comparison etc/NEWS @ 71254:db157113b47c
Mention how to disable character translation for a file.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 07 Jun 2006 01:19:58 +0000 |
parents | 25fa0038a52d |
children | 2f0ef040dfe3 |
comparison
equal
deleted
inserted
replaced
71253:72b7de925c8d | 71254:db157113b47c |
---|---|
1087 | 1087 |
1088 +++ | 1088 +++ |
1089 *** Under X, mouse-wheel-mode is turned on by default. | 1089 *** Under X, mouse-wheel-mode is turned on by default. |
1090 | 1090 |
1091 ** Multilingual Environment (Mule) changes: | 1091 ** Multilingual Environment (Mule) changes: |
1092 | |
1093 *** You can disable character translation for a file using the -*- | |
1094 construct. Include `enable-character-translation: nil' inside the | |
1095 -*-...-*- to disable any character translation that may happen by | |
1096 various global and per-coding-system translation tables. You can also | |
1097 specify it in a local variable list at the end of the file. For | |
1098 shortcut, instead of using this long variable name, you can append the | |
1099 character "!" at the end of coding-system name specified in -*- | |
1100 construct or in a local variable list. | |
1092 | 1101 |
1093 --- | 1102 --- |
1094 *** Language environment and various default coding systems are setup | 1103 *** Language environment and various default coding systems are setup |
1095 more correctly according to the current locale name. If the locale | 1104 more correctly according to the current locale name. If the locale |
1096 name doesn't specify a charset, the default is what glibc defines. | 1105 name doesn't specify a charset, the default is what glibc defines. |