comparison lispref/nonascii.texi @ 76835:e5b96737f906

Improve indexing.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 31 Mar 2007 13:56:30 +0000
parents 4ad9a4e564f8
children 55c9ef5f1559
comparison
equal deleted inserted replaced
76834:8a72a36a4779 76835:e5b96737f906
406 (charset-dimension @var{charset})) 406 (charset-dimension @var{charset}))
407 @end example 407 @end example
408 408
409 @node Splitting Characters 409 @node Splitting Characters
410 @section Splitting Characters 410 @section Splitting Characters
411 @cindex split character
411 412
412 The functions in this section convert between characters and the byte 413 The functions in this section convert between characters and the byte
413 values used to represent them. For most purposes, there is no need to 414 values used to represent them. For most purposes, there is no need to
414 be concerned with the sequence of bytes used to represent a character, 415 be concerned with the sequence of bytes used to represent a character,
415 because Emacs translates automatically when necessary. 416 because Emacs translates automatically when necessary.
431 (split-char 128) 432 (split-char 128)
432 @result{} (eight-bit-control 128) 433 @result{} (eight-bit-control 128)
433 @end example 434 @end example
434 @end defun 435 @end defun
435 436
437 @cindex generate characters in charsets
436 @defun make-char charset &optional code1 code2 438 @defun make-char charset &optional code1 code2
437 This function returns the character in character set @var{charset} whose 439 This function returns the character in character set @var{charset} whose
438 position codes are @var{code1} and @var{code2}. This is roughly the 440 position codes are @var{code1} and @var{code2}. This is roughly the
439 inverse of @code{split-char}. Normally, you should specify either one 441 inverse of @code{split-char}. Normally, you should specify either one
440 or both of @var{code1} and @var{code2} according to the dimension of 442 or both of @var{code1} and @var{code2} according to the dimension of