Mercurial > emacs
comparison man/mule.texi @ 36263:11db0318031d
Remove redundant index entries.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 21 Feb 2001 15:29:46 +0000 |
parents | 62cf166239f3 |
children | 86322cde2e42 |
comparison
equal
deleted
inserted
replaced
36262:c2f7a7dc3322 | 36263:11db0318031d |
---|---|
490 A special class of coding systems, collectively known as | 490 A special class of coding systems, collectively known as |
491 @dfn{codepages}, is designed to support text encoded by MS-Windows and | 491 @dfn{codepages}, is designed to support text encoded by MS-Windows and |
492 MS-DOS software. To use any of these systems, you need to create it | 492 MS-DOS software. To use any of these systems, you need to create it |
493 with @kbd{M-x codepage-setup}. @xref{MS-DOS and MULE}. | 493 with @kbd{M-x codepage-setup}. @xref{MS-DOS and MULE}. |
494 | 494 |
495 @cindex end-of-line conversion | |
496 In addition to converting various representations of non-ASCII | 495 In addition to converting various representations of non-ASCII |
497 characters, a coding system can perform end-of-line conversion. Emacs | 496 characters, a coding system can perform end-of-line conversion. Emacs |
498 handles three different conventions for how to separate lines in a file: | 497 handles three different conventions for how to separate lines in a file: |
499 newline, carriage-return linefeed, and just carriage-return. | 498 newline, carriage-return linefeed, and just carriage-return. |
500 | 499 |
1132 | 1131 |
1133 @cindex European character sets | 1132 @cindex European character sets |
1134 @cindex accented characters | 1133 @cindex accented characters |
1135 @cindex ISO Latin character sets | 1134 @cindex ISO Latin character sets |
1136 @cindex Unibyte operation | 1135 @cindex Unibyte operation |
1137 @vindex enable-multibyte-characters | |
1138 The ISO 8859 Latin-@var{n} character sets define character codes in | 1136 The ISO 8859 Latin-@var{n} character sets define character codes in |
1139 the range 160 to 255 to handle the accented letters and punctuation | 1137 the range 160 to 255 to handle the accented letters and punctuation |
1140 needed by various European languages (and some non-European ones). | 1138 needed by various European languages (and some non-European ones). |
1141 If you disable multibyte | 1139 If you disable multibyte |
1142 characters, Emacs can still handle @emph{one} of these character codes | 1140 characters, Emacs can still handle @emph{one} of these character codes |
1177 characters: | 1175 characters: |
1178 | 1176 |
1179 @itemize @bullet | 1177 @itemize @bullet |
1180 @cindex 8-bit input | 1178 @cindex 8-bit input |
1181 @item | 1179 @item |
1182 @findex set-keyboard-coding-system | |
1183 @vindex keyboard-coding-system | |
1184 If your keyboard can generate character codes 128 and up, representing | 1180 If your keyboard can generate character codes 128 and up, representing |
1185 non-ASCII you can type those character codes directly. | 1181 non-ASCII you can type those character codes directly. |
1186 | 1182 |
1187 On a windowing terminal, you should not need to do anything special to | 1183 On a windowing terminal, you should not need to do anything special to |
1188 use these keys; they should simply work. On a text-only terminal, you | 1184 use these keys; they should simply work. On a text-only terminal, you |