mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08:00
Mention the cpNNNN coding systems, with an xref to msdog.texi.
This commit is contained in:
parent
0716afa2de
commit
9d9c2e394e
1 changed files with 8 additions and 0 deletions
|
|
@ -39,6 +39,9 @@ Japanese, Korean, Lao, Thai, Tibetan, and Vietnamese scripts. These features
|
|||
have been merged from the modified version of Emacs known as MULE (for
|
||||
``MULti-lingual Enhancement to GNU Emacs'')
|
||||
|
||||
Emacs also supports various encodings of these characters used by
|
||||
internationalized software, such as word processors, mailers, etc.
|
||||
|
||||
@menu
|
||||
* International Intro:: Basic concepts of multibyte characters.
|
||||
* Enabling Multibyte:: Controlling whether to use multibyte characters.
|
||||
|
|
@ -465,6 +468,11 @@ their names usually start with @samp{iso}. There are also special
|
|||
coding systems @code{no-conversion}, @code{raw-text} and
|
||||
@code{emacs-mule} which do not convert printing characters at all.
|
||||
|
||||
A special class of coding systems, collectively known as
|
||||
@dfn{codepages}, is designed to support text encoded by MS-Windows and
|
||||
MS-DOS software. To use any of these systems, you need to create it
|
||||
with @kbd{M-x codepage-setup}. @xref{MS-DOS and MULE}.
|
||||
|
||||
@cindex end-of-line conversion
|
||||
In addition to converting various representations of non-ASCII
|
||||
characters, a coding system can perform end-of-line conversion. Emacs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue