diff options
| author | Eli Zaretskii | 2001-04-06 11:12:12 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-04-06 11:12:12 +0000 |
| commit | e18c8fa892619b728f7248eaf995906e07db0575 (patch) | |
| tree | e2bde31ed3ca279c5b71191b22c3c20f02e7301e | |
| parent | 3ffb33bb5097419fd82156d3a3c562dfab803529 (diff) | |
| download | emacs-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.texi | 16 |
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 | |||
| 668 | columns on the screen, it is really still just a single character, and | 668 | columns on the screen, it is really still just a single character, and |
| 669 | all Emacs commands treat it as one. | 669 | all 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 |
| 673 | characters---some are used for other purposes, such as box-drawing | 675 | characters---some are used for other purposes, such as box-drawing |
| 674 | characters and other graphics. Emacs cannot represent these characters | 676 | characters and other graphics. Emacs maps these characters to two |
| 675 | internally, so when you read a file that uses these characters, they are | 677 | special character sets called @code{eight-bit-control} and |
| 676 | converted 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}. | 679 | However, you should be aware that other systems might display these |
| 680 | characters differently, so you should avoid them in text that might be | ||
| 681 | copied to a different operating system, or even to another DOS machine | ||
| 682 | that 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 |
| 680 | cannot display them on MS-DOS. So if one of these multibyte characters | 686 | cannot display them on MS-DOS. So if one of these multibyte characters |
| 681 | appears in a buffer, Emacs on MS-DOS displays them as specified by the | 687 | appears in a buffer, Emacs on MS-DOS displays them as specified by the |