Mercurial > emacs
comparison man/mule.texi @ 39266:0b1105a90b8b
Write "ASCII" without @sc.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 12 Sep 2001 21:03:06 +0000 |
parents | 752af4a52a8f |
children | b7eed8a7f650 |
comparison
equal
deleted
inserted
replaced
39265:523edbd58655 | 39266:0b1105a90b8b |
---|---|
1239 @xref{Font X}, for more information about font naming in X. | 1239 @xref{Font X}, for more information about font naming in X. |
1240 | 1240 |
1241 @node Undisplayable Characters | 1241 @node Undisplayable Characters |
1242 @section Undisplayable Characters | 1242 @section Undisplayable Characters |
1243 | 1243 |
1244 Your terminal may be unable to display some non-@sc{ascii} | 1244 Your terminal may be unable to display some non-ASCII |
1245 characters. Most non-windowing terminals can only use a single | 1245 characters. Most non-windowing terminals can only use a single |
1246 character set (use the variable @code{default-terminal-coding-system} | 1246 character set (use the variable @code{default-terminal-coding-system} |
1247 (@pxref{Specify Coding}) to tell Emacs which one); characters which | 1247 (@pxref{Specify Coding}) to tell Emacs which one); characters which |
1248 can't be encoded in that coding system are displayed as @samp{?} by | 1248 can't be encoded in that coding system are displayed as @samp{?} by |
1249 default. | 1249 default. |
1251 Windowing terminals can display a broader range of characters, but | 1251 Windowing terminals can display a broader range of characters, but |
1252 you may not have fonts installed for all of them; characters that have | 1252 you may not have fonts installed for all of them; characters that have |
1253 no font appear as a hollow box. | 1253 no font appear as a hollow box. |
1254 | 1254 |
1255 If you use Latin-1 characters but your terminal can't display | 1255 If you use Latin-1 characters but your terminal can't display |
1256 Latin-1, you can arrange to display mnemonic @sc{ascii} sequences | 1256 Latin-1, you can arrange to display mnemonic ASCII sequences |
1257 instead, e.g.@: @samp{"o} for o-umlaut. Load the library | 1257 instead, e.g.@: @samp{"o} for o-umlaut. Load the library |
1258 @file{iso-ascii} to do this. | 1258 @file{iso-ascii} to do this. |
1259 | 1259 |
1260 @vindex latin1-display | 1260 @vindex latin1-display |
1261 If your terminal can display Latin-1, you can display characters | 1261 If your terminal can display Latin-1, you can display characters |