diff options
| author | Eli Zaretskii | 2000-08-22 08:36:51 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-08-22 08:36:51 +0000 |
| commit | 2565a55e977927cc504dbcff600b69fd0a79dda2 (patch) | |
| tree | fa165e9f6a9aa6e3fdec3025eb02447f7dad481a | |
| parent | beb2eb004e31204d3a3a48d640e01d1d72d8cb4d (diff) | |
| download | emacs-2565a55e977927cc504dbcff600b69fd0a79dda2.tar.gz emacs-2565a55e977927cc504dbcff600b69fd0a79dda2.zip | |
Document list-charset-chars.
| -rw-r--r-- | man/mule.texi | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/man/mule.texi b/man/mule.texi index d8b9265d9c8..623dad8b547 100644 --- a/man/mule.texi +++ b/man/mule.texi | |||
| @@ -52,15 +52,15 @@ have been merged from the modified version of Emacs known as MULE (for | |||
| 52 | @node International Intro | 52 | @node International Intro |
| 53 | @section Introduction to International Character Sets | 53 | @section Introduction to International Character Sets |
| 54 | 54 | ||
| 55 | The users of these scripts have established many more-or-less standard | 55 | The users of international character sets and scripts have established |
| 56 | coding systems for storing files. Emacs internally uses a single | 56 | many more-or-less standard coding systems for storing files. Emacs |
| 57 | multibyte character encoding, so that it can intermix characters from | 57 | internally uses a single multibyte character encoding, so that it can |
| 58 | all these scripts in a single buffer or string. This encoding | 58 | intermix characters from all these scripts in a single buffer or string. |
| 59 | represents each non-ASCII character as a sequence of bytes in the range | 59 | This encoding represents each non-ASCII character as a sequence of bytes |
| 60 | 0200 through 0377. Emacs translates between the multibyte character | 60 | in the range 0200 through 0377. Emacs translates between the multibyte |
| 61 | encoding and various other coding systems when reading and writing | 61 | character encoding and various other coding systems when reading and |
| 62 | files, when exchanging data with subprocesses, and (in some cases) in | 62 | writing files, when exchanging data with subprocesses, and (in some |
| 63 | the @kbd{C-q} command (@pxref{Multibyte Conversion}). | 63 | cases) in the @kbd{C-q} command (@pxref{Multibyte Conversion}). |
| 64 | 64 | ||
| 65 | @kindex C-h h | 65 | @kindex C-h h |
| 66 | @findex view-hello-file | 66 | @findex view-hello-file |
| @@ -70,6 +70,11 @@ This illustrates various scripts. If the font you're using doesn't have | |||
| 70 | characters for all those different languages, you will see some hollow | 70 | characters for all those different languages, you will see some hollow |
| 71 | boxes instead of characters; see @ref{Fontsets}. | 71 | boxes instead of characters; see @ref{Fontsets}. |
| 72 | 72 | ||
| 73 | @findex list-charset-chars | ||
| 74 | @cindex characters in a certain charset | ||
| 75 | The command @kbd{M-x list-charset-chars} prompts for a name of a | ||
| 76 | character set, and displays all the characters in that character set. | ||
| 77 | |||
| 73 | Keyboards, even in the countries where these character sets are used, | 78 | Keyboards, even in the countries where these character sets are used, |
| 74 | generally don't have keys for all the characters in them. So Emacs | 79 | generally don't have keys for all the characters in them. So Emacs |
| 75 | supports various @dfn{input methods}, typically one for each script or | 80 | supports various @dfn{input methods}, typically one for each script or |