aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-04-06 11:12:12 +0000
committerEli Zaretskii2001-04-06 11:12:12 +0000
commite18c8fa892619b728f7248eaf995906e07db0575 (patch)
treee2bde31ed3ca279c5b71191b22c3c20f02e7301e
parent3ffb33bb5097419fd82156d3a3c562dfab803529 (diff)
downloademacs-e18c8fa892619b728f7248eaf995906e07db0575.tar.gz
emacs-e18c8fa892619b728f7248eaf995906e07db0575.zip
(MS-DOS and MULE): IBM graphics characters are no longer displayed
as dos-unsupported-character-glyph.
-rw-r--r--man/msdog.texi16
1 files changed, 11 insertions, 5 deletions
diff --git a/man/msdog.texi b/man/msdog.texi
index 4b7ad4cef8b..349059b7c74 100644
--- a/man/msdog.texi
+++ b/man/msdog.texi
@@ -668,14 +668,20 @@ knows the language.) Even though the character may occupy several
668columns on the screen, it is really still just a single character, and 668columns on the screen, it is really still just a single character, and
669all Emacs commands treat it as one. 669all Emacs commands treat it as one.
670 670
671@vindex dos-unsupported-character-glyph 671@cindex IBM graphics characters (MS-DOS)
672@cindex box-drawing characters (MS-DOS)
673@cindex line-drawing characters (MS-DOS)
672 Not all characters in DOS codepages correspond to ISO 8859 674 Not all characters in DOS codepages correspond to ISO 8859
673characters---some are used for other purposes, such as box-drawing 675characters---some are used for other purposes, such as box-drawing
674characters and other graphics. Emacs cannot represent these characters 676characters and other graphics. Emacs maps these characters to two
675internally, so when you read a file that uses these characters, they are 677special character sets called @code{eight-bit-control} and
676converted into a particular character code, specified by the variable 678@code{eight-bit-graphic}, and displays them as their IBM glyphs.
677@code{dos-unsupported-character-glyph}. 679However, you should be aware that other systems might display these
680characters differently, so you should avoid them in text that might be
681copied to a different operating system, or even to another DOS machine
682that uses a different codepage.
678 683
684@vindex dos-unsupported-character-glyph
679 Emacs supports many other characters sets aside from ISO 8859, but it 685 Emacs supports many other characters sets aside from ISO 8859, but it
680cannot display them on MS-DOS. So if one of these multibyte characters 686cannot display them on MS-DOS. So if one of these multibyte characters
681appears in a buffer, Emacs on MS-DOS displays them as specified by the 687appears in a buffer, Emacs on MS-DOS displays them as specified by the