diff options
| author | Gerd Moellmann | 2000-05-13 09:11:42 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-05-13 09:11:42 +0000 |
| commit | 4240c779d5d84b1e4b1e81abd86b3cfd998246fc (patch) | |
| tree | 0cdce732ba682a259969686efc25408dac060f69 | |
| parent | b1e3566cd39f1441d2f52b21e15b7e2d8438624d (diff) | |
| download | emacs-4240c779d5d84b1e4b1e81abd86b3cfd998246fc.tar.gz emacs-4240c779d5d84b1e4b1e81abd86b3cfd998246fc.zip | |
*** empty log message ***
| -rw-r--r-- | lispref/nonascii.texi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lispref/nonascii.texi b/lispref/nonascii.texi index d73e79811f1..21b3dc7119a 100644 --- a/lispref/nonascii.texi +++ b/lispref/nonascii.texi | |||
| @@ -275,6 +275,11 @@ into several character sets. For example, one set of Chinese | |||
| 275 | characters, generally known as Big 5, is divided into two Emacs | 275 | characters, generally known as Big 5, is divided into two Emacs |
| 276 | character sets, @code{chinese-big5-1} and @code{chinese-big5-2}. | 276 | character sets, @code{chinese-big5-1} and @code{chinese-big5-2}. |
| 277 | 277 | ||
| 278 | @sc{ascii} characters are in character set @code{ascii}. The | ||
| 279 | non-@sc{ascii} characters 128 through 159 are in character set | ||
| 280 | @code{eight-bit-control}, and codes 160 through 255 are in character set | ||
| 281 | @code{eight-bit-graphic}. | ||
| 282 | |||
| 278 | @defun charsetp object | 283 | @defun charsetp object |
| 279 | Returns @code{t} if @var{object} is a symbol that names a character set, | 284 | Returns @code{t} if @var{object} is a symbol that names a character set, |
| 280 | @code{nil} otherwise. | 285 | @code{nil} otherwise. |
| @@ -411,10 +416,6 @@ be used in scanning the text (@pxref{Translation of Characters}). If it | |||
| 411 | is non-@code{nil}, then each character in the region is translated | 416 | is non-@code{nil}, then each character in the region is translated |
| 412 | through this table, and the value returned describes the translated | 417 | through this table, and the value returned describes the translated |
| 413 | characters instead of the characters actually in the buffer. | 418 | characters instead of the characters actually in the buffer. |
| 414 | |||
| 415 | When a buffer contains non-@sc{ascii} characters, codes 128 through 255, | ||
| 416 | they are assigned the character set @code{unknown}. @xref{Explicit | ||
| 417 | Encoding}. | ||
| 418 | @end defun | 419 | @end defun |
| 419 | 420 | ||
| 420 | @defun find-charset-string string &optional translation | 421 | @defun find-charset-string string &optional translation |