comparison man/mule.texi @ 32386:d65f9772ee72

Mention the cpNNNN coding systems, with an xref to msdog.texi.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 11 Oct 2000 17:39:01 +0000
parents 30abf11e1b8e
children 78ec4a7ba765
comparison
equal deleted inserted replaced
32385:ce4c7a83ed43 32386:d65f9772ee72
37 Cyrillic, Devanagari (Hindi and Marathi), Ethiopic, Greek, Hebrew, IPA, 37 Cyrillic, Devanagari (Hindi and Marathi), Ethiopic, Greek, Hebrew, IPA,
38 Japanese, Korean, Lao, Thai, Tibetan, and Vietnamese scripts. These features 38 Japanese, Korean, Lao, Thai, Tibetan, and Vietnamese scripts. These features
39 have been merged from the modified version of Emacs known as MULE (for 39 have been merged from the modified version of Emacs known as MULE (for
40 ``MULti-lingual Enhancement to GNU Emacs'') 40 ``MULti-lingual Enhancement to GNU Emacs'')
41 41
42 Emacs also supports various encodings of these characters used by
43 internationalized software, such as word processors, mailers, etc.
44
42 @menu 45 @menu
43 * International Intro:: Basic concepts of multibyte characters. 46 * International Intro:: Basic concepts of multibyte characters.
44 * Enabling Multibyte:: Controlling whether to use multibyte characters. 47 * Enabling Multibyte:: Controlling whether to use multibyte characters.
45 * Language Environments:: Setting things up for the language you use. 48 * Language Environments:: Setting things up for the language you use.
46 * Input Methods:: Entering text characters not on your keyboard. 49 * Input Methods:: Entering text characters not on your keyboard.
463 language name. Some coding systems are used for several languages; 466 language name. Some coding systems are used for several languages;
464 their names usually start with @samp{iso}. There are also special 467 their names usually start with @samp{iso}. There are also special
465 coding systems @code{no-conversion}, @code{raw-text} and 468 coding systems @code{no-conversion}, @code{raw-text} and
466 @code{emacs-mule} which do not convert printing characters at all. 469 @code{emacs-mule} which do not convert printing characters at all.
467 470
471 A special class of coding systems, collectively known as
472 @dfn{codepages}, is designed to support text encoded by MS-Windows and
473 MS-DOS software. To use any of these systems, you need to create it
474 with @kbd{M-x codepage-setup}. @xref{MS-DOS and MULE}.
475
468 @cindex end-of-line conversion 476 @cindex end-of-line conversion
469 In addition to converting various representations of non-ASCII 477 In addition to converting various representations of non-ASCII
470 characters, a coding system can perform end-of-line conversion. Emacs 478 characters, a coding system can perform end-of-line conversion. Emacs
471 handles three different conventions for how to separate lines in a file: 479 handles three different conventions for how to separate lines in a file:
472 newline, carriage-return linefeed, and just carriage-return. 480 newline, carriage-return linefeed, and just carriage-return.