]> git.eshelyaron.com Git - emacs.git/commitdiff
(Coding Systems): Rephrase the paragraph about codepages: no need for
authorEli Zaretskii <eliz@gnu.org>
Sat, 6 Aug 2005 07:27:33 +0000 (07:27 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 6 Aug 2005 07:27:33 +0000 (07:27 +0000)
"M-x codepage-setup" anymore, except on MS-DOS.

man/mule.texi

index 7156c814f71ea483f3682c5fdfd38866b630e2d6..2c34e2861bc58ce494b02455732b1cc56cc2a76c 100644 (file)
@@ -592,12 +592,15 @@ coding systems @code{no-conversion}, @code{raw-text} and
 @cindex international files from DOS/Windows systems
   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}.  After
-creating the coding system for the codepage, you can use it as any
-other coding system.  For example, to visit a file encoded in codepage
-850, type @kbd{C-x @key{RET} c cp850 @key{RET} C-x C-f @var{filename}
-@key{RET}}.
+MS-DOS software.  The names of these coding systems are
+@code{cp@var{nnnn}}, where @var{nnnn} is a 3- or 4-digit number of the
+codepage.  You can use these encodings just like any other coding
+system; for example, to visit a file encoded in codepage 850, type
+@kbd{C-x @key{RET} c cp850 @key{RET} C-x C-f @var{filename}
+@key{RET}}@footnote{
+In the MS-DOS port of Emacs, you need to create a @code{cp@var{nnn}}
+coding system with @kbd{M-x codepage-setup}, before you can use it.
+@xref{MS-DOS and MULE}.}.
 
   In addition to converting various representations of non-@acronym{ASCII}
 characters, a coding system can perform end-of-line conversion.  Emacs