comparison man/mule.texi @ 64744:f0a26f676016

(Coding Systems): Rephrase the paragraph about codepages: no need for "M-x codepage-setup" anymore, except on MS-DOS.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 06 Aug 2005 07:27:33 +0000
parents c95935532bad
children 3723093a21fd
comparison
equal deleted inserted replaced
64743:f6984193277e 64744:f0a26f676016
590 @code{emacs-mule} which do not convert printing characters at all. 590 @code{emacs-mule} which do not convert printing characters at all.
591 591
592 @cindex international files from DOS/Windows systems 592 @cindex international files from DOS/Windows systems
593 A special class of coding systems, collectively known as 593 A special class of coding systems, collectively known as
594 @dfn{codepages}, is designed to support text encoded by MS-Windows and 594 @dfn{codepages}, is designed to support text encoded by MS-Windows and
595 MS-DOS software. To use any of these systems, you need to create it 595 MS-DOS software. The names of these coding systems are
596 with @kbd{M-x codepage-setup}. @xref{MS-DOS and MULE}. After 596 @code{cp@var{nnnn}}, where @var{nnnn} is a 3- or 4-digit number of the
597 creating the coding system for the codepage, you can use it as any 597 codepage. You can use these encodings just like any other coding
598 other coding system. For example, to visit a file encoded in codepage 598 system; for example, to visit a file encoded in codepage 850, type
599 850, type @kbd{C-x @key{RET} c cp850 @key{RET} C-x C-f @var{filename} 599 @kbd{C-x @key{RET} c cp850 @key{RET} C-x C-f @var{filename}
600 @key{RET}}. 600 @key{RET}}@footnote{
601 In the MS-DOS port of Emacs, you need to create a @code{cp@var{nnn}}
602 coding system with @kbd{M-x codepage-setup}, before you can use it.
603 @xref{MS-DOS and MULE}.}.
601 604
602 In addition to converting various representations of non-@acronym{ASCII} 605 In addition to converting various representations of non-@acronym{ASCII}
603 characters, a coding system can perform end-of-line conversion. Emacs 606 characters, a coding system can perform end-of-line conversion. Emacs
604 handles three different conventions for how to separate lines in a file: 607 handles three different conventions for how to separate lines in a file:
605 newline, carriage-return linefeed, and just carriage-return. 608 newline, carriage-return linefeed, and just carriage-return.